wok 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 b10bd3feab54
children 74b7951d4d6d
files syslinux/receipt
line diff
     1.1 --- a/syslinux/receipt	Tue Feb 26 12:00:01 2008 +0000
     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  }