fix make of syslinux

pull/5/head
Tomas M 2012-09-04 20:53:47 -05:00
parent 460c18a1d1
commit aa48ba7081
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -12,14 +12,14 @@ DL="http://www.kernel.org/pub/linux/utils/boot/syslinux/$PKGTGZ"
# download, unpack, and patch syslinux # download, unpack, and patch syslinux
wget -c "$DL" wget -c "$DL"
tar -xf $PKGTGZ tar -xf $PKGTGZ
#rm $PKGTGZ rm $PKGTGZ
cd $PKG cd $PKG
sed -i -r "s:/boot/syslinux:/$LIVEKITNAME/boot:" core/fs/iso9660/iso9660.c sed -i -r "s:/boot/syslinux:/$LIVEKITNAME/boot:" core/fs/iso9660/iso9660.c
sed -i -r "s:/boot/syslinux:/$LIVEKITNAME/boot:" core/fs/lib/loadconfig.c sed -i -r "s:/boot/syslinux:/$LIVEKITNAME/boot:" core/fs/lib/loadconfig.c
make installer make -i
cp core/isolinux.bin ../../bootfiles/isolinux.bin cp core/isolinux.bin ../../bootfiles/isolinux.bin
echo echo