1
0
forked from ports/opt

syslinux: fixed mandir location

This commit is contained in:
Jose V Beneyto 2016-04-12 16:59:45 +02:00
parent be3b990be7
commit 258612b7b9
2 changed files with 12 additions and 12 deletions

View File

@ -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

View File

@ -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
}