diff options
author | sibel <lesibel at free dot fr> | 2010-07-05 06:42:52 +0200 |
---|---|---|
committer | sibel <lesibel at free dot fr> | 2010-07-05 06:42:52 +0200 |
commit | 2d3ca52933061625fb2420798d7dc1c9c8ce4f47 (patch) | |
tree | 2351c3e0f8a5a532dbb0f63d190d809921842e47 /extra/syslinux/Pkgfile | |
parent | d36179e46ef6dfb4a2ea54e8db78c0c51bfcb615 (diff) | |
parent | bb21f386de57a9f7341d343376a1ad71966ed30a (diff) | |
download | nutyx-extra-2d3ca52933061625fb2420798d7dc1c9c8ce4f47.tar.gz nutyx-extra-2d3ca52933061625fb2420798d7dc1c9c8ce4f47.tar.bz2 nutyx-extra-2d3ca52933061625fb2420798d7dc1c9c8ce4f47.tar.xz nutyx-extra-2d3ca52933061625fb2420798d7dc1c9c8ce4f47.zip |
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/attapu
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 } |