diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-12-24 23:53:02 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-12-24 23:53:02 +0100 |
commit | 8e8ad512d60cb2a150926713c7a4e8e6abd000de (patch) | |
tree | f27fda8a3ef122d4212dff11fcc1880bcda8ccb0 /base/syslinux/Pkgfile | |
parent | ada4d25277d8d686b8e6b1c22340924e871e0ae0 (diff) | |
download | nutyx-pakxe-8e8ad512d60cb2a150926713c7a4e8e6abd000de.tar.gz nutyx-pakxe-8e8ad512d60cb2a150926713c7a4e8e6abd000de.tar.bz2 nutyx-pakxe-8e8ad512d60cb2a150926713c7a4e8e6abd000de.tar.xz nutyx-pakxe-8e8ad512d60cb2a150926713c7a4e8e6abd000de.zip |
Paquets avec dépendances déplacés dans extra
Diffstat (limited to 'base/syslinux/Pkgfile')
-rw-r--r-- | base/syslinux/Pkgfile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/base/syslinux/Pkgfile b/base/syslinux/Pkgfile deleted file mode 100644 index ee0ff18af..000000000 --- a/base/syslinux/Pkgfile +++ /dev/null @@ -1,19 +0,0 @@ -# Description: Permet de démarrer Linux sur une partition autre que Linux -# URL: http://syslinux.org -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch -# Depends on: mtools - -name=syslinux -version=3.82 -release=1 -source=(http://www.kernel.org/pub/linux/utils/boot/syslinux/$name-$version.tar.bz2\ - Makefile.patch) - -build() { - cd $name-$version - sed -i "s|win32/syslinux.exe||g" Makefile -# patch -p0 -i $SRC/Makefile.patch - make - make INSTALLROOT=$PKG install -} |