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

This commit is contained in:
Fredrik Rinnestam 2015-07-26 00:27:33 +02:00
parent 8454e4b175
commit fe71c3f032
2 changed files with 11 additions and 8 deletions

View File

@ -3,14 +3,15 @@ drwxr-xr-x root/root etc/
-rw-r--r-- root/root etc/lilo.conf
drwxr-xr-x root/root sbin/
-rwxr-xr-x root/root sbin/lilo
drwxr-xr-x root/root share/
drwxr-xr-x root/root share/man/
drwxr-xr-x root/root share/man/man5/
-rw-r--r-- root/root share/man/man5/lilo.conf.5.gz
drwxr-xr-x root/root share/man/man8/
-rw-r--r-- root/root share/man/man8/keytab-lilo.8.gz
-rw-r--r-- root/root share/man/man8/lilo-uuid-diskid.8.gz
-rw-r--r-- root/root share/man/man8/lilo.8.gz
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/lilo.conf.5.gz
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/keytab-lilo.8.gz
-rw-r--r-- root/root usr/man/man8/lilo-uuid-diskid.8.gz
-rw-r--r-- root/root usr/man/man8/lilo.8.gz
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/keytab-lilo
-rwxr-xr-x root/root usr/sbin/lilo-uuid-diskid

View File

@ -5,7 +5,7 @@
name=lilo
version=24.1
release=1
release=2
source=(http://lilo.alioth.debian.org/ftp/sources/$name-$version.tar.gz \
$name-config.patch lilo.conf)
@ -15,4 +15,6 @@ build() {
make all
make DESTDIR=$PKG install
install -m 644 $SRC/lilo.conf $PKG/etc
mkdir -p $PKG/share
mv $PKG/usr/man $PKG/share/man
}