lilo: actually move man-pages to the right place proper

This commit is contained in:
Fredrik Rinnestam 2015-07-26 16:49:26 +02:00
parent 16a347c1cc
commit b0af48774e
4 changed files with 13 additions and 23 deletions

View File

@ -3,15 +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/sbin/
-rwxr-xr-x root/root usr/sbin/keytab-lilo
-rwxr-xr-x root/root usr/sbin/lilo-uuid-diskid
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man5/
-rw-r--r-- root/root usr/share/man/man5/lilo.conf.5.gz
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/keytab-lilo.8.gz
-rw-r--r-- root/root usr/share/man/man8/lilo-uuid-diskid.8.gz
-rw-r--r-- root/root usr/share/man/man8/lilo.8.gz

View File

@ -1,3 +1,3 @@
66573ba8629209da694131efbe20c5de lilo-24.1.tar.gz
875e43154f21b03f21c375a75863cbf8 lilo-config.patch
d433c968c3cd98d2fbe8947f1e34ffb9 lilo-config.patch
33ffc1bb0b8ff0b67236cd074f14fcf9 lilo.conf

View File

@ -5,7 +5,7 @@
name=lilo
version=24.1
release=2
release=3
source=(http://lilo.alioth.debian.org/ftp/sources/$name-$version.tar.gz \
$name-config.patch lilo.conf)
@ -15,6 +15,4 @@ 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
}

View File

@ -31,9 +31,9 @@ diff -Nru lilo-24.1.orig/Makefile lilo-24.1/Makefile
tidy:
$(MAKE) -C src tidy
diff -Nru lilo-24.1.orig/make.vars lilo-24.1/make.vars
--- lilo-24.1.orig/make.vars 2014-10-19 09:31:10.868573065 +0200
+++ lilo-24.1/make.vars 2014-10-19 09:31:38.537607503 +0200
@@ -70,14 +70,14 @@
--- lilo-24.1.orig/make.vars 2015-07-26 16:42:59.144497363 +0200
+++ lilo-24.1/make.vars 2015-07-26 16:43:49.518277641 +0200
@@ -70,7 +70,7 @@
# XL_SECS=n Support for extra large (non-standard) floppies.
CONFIG=-DBDATA -DDSECS=3 -DEVMS -DIGNORECASE -DLVM -DNOKEYBOARD -DONE_SHOT \
@ -42,14 +42,6 @@ diff -Nru lilo-24.1.orig/make.vars lilo-24.1/make.vars
-DMDPRAID -DDEVMAPPER
# set the following if you wish LILO.COM to be installed
DOS_DIR=/dosC/boot
# select place for man pages
-MAN_DIR=/usr/share/man
+MAN_DIR=/usr/man
# set the compiler optimization level
OPT=-Os
diff -Nru lilo-24.1.orig/man/Makefile lilo-24.1/man/Makefile
--- lilo-24.1.orig/man/Makefile 2014-10-19 09:31:10.868573065 +0200
+++ lilo-24.1/man/Makefile 2014-10-19 09:31:38.537607503 +0200