less: move man-pages to /usr/share/man

This commit is contained in:
Fredrik Rinnestam 2015-07-25 23:10:37 +02:00
parent be36ba17e7
commit b5fd9abc14
2 changed files with 7 additions and 7 deletions

View File

@ -6,8 +6,9 @@ drwxr-xr-x root/root usr/bin/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/less/
-rwxr-xr-x root/root usr/lib/less/filter
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/less.1.gz
-rw-r--r-- root/root usr/man/man1/lessecho.1.gz
-rw-r--r-- root/root usr/man/man1/lesskey.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/less.1.gz
-rw-r--r-- root/root usr/share/man/man1/lessecho.1.gz
-rw-r--r-- root/root usr/share/man/man1/lesskey.1.gz

View File

@ -5,14 +5,13 @@
name=less
version=458
release=1
release=2
source=(http://www.greenwoodsoftware.com/less/$name-$version.tar.gz \
filter)
build() {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man \
--with-regex=pcre
make
make DESTDIR=$PKG install