wok diff syslinux/receipt @ rev 283

Syslinux: fix owner
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 26 15:35:26 2008 +0000 (2008-02-26)
parents 3e5e2d719373
children 395544099604
line diff
     1.1 --- a/syslinux/receipt	Sat Feb 16 15:38:59 2008 +0100
     1.2 +++ b/syslinux/receipt	Tue Feb 26 15:35:26 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  }