Skip to content
Snippets Groups Projects
Commit 628545b4 authored by Sören Tempel's avatar Sören Tempel
Browse files

main/libedit: fix conflict with editline-doc

parent 4d714d9b
No related branches found
No related tags found
1 merge request!11958community/rclone: upgrade to 1.52.3
......@@ -2,7 +2,7 @@
pkgname=libedit
pkgver=20191231.3.1
_ver=${pkgver/./-}
pkgrel=0
pkgrel=1
pkgdesc="BSD line editing library"
url="https://www.thrysoee.dk/editline"
arch="all"
......@@ -35,6 +35,10 @@ check() {
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
# Prevent conflict with editline-doc and readline-doc
mv "$pkgdir"/usr/share/man/man3/editline.3 \
"$pkgdir"/usr/share/man/man3/libedit.3
rm "$pkgdir"/usr/share/man/man3/history.3*
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment