summaryrefslogtreecommitdiff
path: root/syslinux
diff options
context:
space:
mode:
authorJose V Beneyto <sepen@crux.nu>2016-04-12 16:59:45 +0200
committerJose V Beneyto <sepen@crux.nu>2016-04-12 16:59:55 +0200
commit258612b7b9d4c594a7ff31e755f418b149157d67 (patch)
treeea7c85b76a89416b458f09951a00d01715edba40 /syslinux
parentbe3b990be71416c3dc873f37055a96dd58d2095a (diff)
downloadopt-258612b7b9d4c594a7ff31e755f418b149157d67.tar.gz
opt-258612b7b9d4c594a7ff31e755f418b149157d67.tar.xz
syslinux: fixed mandir location
Diffstat (limited to 'syslinux')
-rw-r--r--syslinux/.footprint20
-rw-r--r--syslinux/Pkgfile4
2 files changed, 12 insertions, 12 deletions
diff --git a/syslinux/.footprint b/syslinux/.footprint
index ced2a71a0..b4aa88d43 100644
--- a/syslinux/.footprint
+++ b/syslinux/.footprint
@@ -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
diff --git a/syslinux/Pkgfile b/syslinux/Pkgfile
index 2087eab7e..70a152009 100644
--- a/syslinux/Pkgfile
+++ b/syslinux/Pkgfile
@@ -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
}

Generated by cgit