wok-next diff syslinux/receipt @ rev 287

Busybox: patch fix
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Feb 28 12:30:56 2008 +0000 (2008-02-28)
parents 3e5e2d719373
children 395544099604
line diff
     1.1 --- a/syslinux/receipt	Sat Feb 16 15:38:59 2008 +0100
     1.2 +++ b/syslinux/receipt	Thu Feb 28 12:30:56 2008 +0000
     1.3 @@ -16,4 +16,5 @@
     1.4      cp -a $PACKAGE-$VERSION/isolinux.bin $fs/boot/isolinux
     1.5      cp -a $PACKAGE-$VERSION/com32/modules/reboot.c32 $fs/boot/isolinux
     1.6      cp stuff/* $fs/boot/isolinux
     1.7 +    chown root.root $fs/boot/isolinux/*
     1.8  }