syslinux: fixed mandir location
This commit is contained in:
parent
be3b990be7
commit
258612b7b9
@ -14,17 +14,17 @@ drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/sha1pass
|
||||
-rwxr-xr-x root/root usr/bin/syslinux
|
||||
-rwxr-xr-x root/root usr/bin/syslinux2ansi
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/extlinux.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/gethostip.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/isohybrid.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/lss16toppm.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/memdiskfind.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/ppmtolss16.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/syslinux.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/syslinux2ansi.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/extlinux.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/gethostip.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/isohybrid.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/lss16toppm.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/memdiskfind.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/ppmtolss16.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/syslinux.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/syslinux2ansi.1.gz
|
||||
drwxr-xr-x root/root usr/share/syslinux/
|
||||
-rw-r--r-- root/root usr/share/syslinux/altmbr.bin
|
||||
-rw-r--r-- root/root usr/share/syslinux/altmbr_c.bin
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
name=syslinux
|
||||
version=6.03
|
||||
release=2
|
||||
release=3
|
||||
source=(http://www.kernel.org/pub/linux/utils/boot/$name/$name-$version.tar.xz \
|
||||
$name-Makefile.patch)
|
||||
|
||||
@ -16,6 +16,6 @@ build() {
|
||||
patch -p0 -i $SRC/$name-Makefile.patch
|
||||
|
||||
make OPTFLAGS="$CFLAGS" installer
|
||||
make -j1 OPTFLAGS="$CFLAGS" INSTALLROOT="$PKG" install
|
||||
make -j1 OPTFLAGS="$CFLAGS" INSTALLROOT=$PKG MANDIR=/usr/share/man install
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user