diff options
author | François Visdeloup <fanchyannmaria at orange dot fr> | 2010-07-04 23:05:34 +0200 |
---|---|---|
committer | François Visdeloup <fanchyannmaria at orange dot fr> | 2010-07-04 23:05:34 +0200 |
commit | bb21f386de57a9f7341d343376a1ad71966ed30a (patch) | |
tree | af66d3fe7a2844dee3fcafee9cc1ff5ad6d6bc26 /extra/syslinux/Pkgfile | |
parent | 18579d8458f23cd3980590783546b89c11c9e687 (diff) | |
download | nutyx-pakxe-bb21f386de57a9f7341d343376a1ad71966ed30a.tar.gz nutyx-pakxe-bb21f386de57a9f7341d343376a1ad71966ed30a.tar.bz2 nutyx-pakxe-bb21f386de57a9f7341d343376a1ad71966ed30a.tar.xz nutyx-pakxe-bb21f386de57a9f7341d343376a1ad71966ed30a.zip |
mise à jour syslinux#4.01-1
Diffstat (limited to 'extra/syslinux/Pkgfile')
-rw-r--r-- | extra/syslinux/Pkgfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/syslinux/Pkgfile b/extra/syslinux/Pkgfile index ff09be9b3..165ff4a17 100644 --- a/extra/syslinux/Pkgfile +++ b/extra/syslinux/Pkgfile @@ -2,10 +2,10 @@ # URL: http://syslinux.org # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: mtools, nasm +# Depends on: mtools, nasm, perl, glibc name=syslinux -version=3.84 +version=4.01 release=1 source=(http://www.kernel.org/pub/linux/utils/boot/syslinux/$name-$version.tar.bz2) @@ -13,5 +13,5 @@ build() { cd $name-$version sed -i "s|win32/syslinux.exe||g" Makefile make - make INSTALLROOT=$PKG MANDIR=/usr/share/man install + make SBINDIR=$PKG/usr/sbin BINDIR=$PKG/usr/bin INCDIR=$PKG/usr/include MANDIR=$PKG/usr/share/man AUXDIR=$PKG/usr/lib/syslinux install } |