# HG changeset patch # User Pascal Bellard # Date 1204040126 0 # Node ID e72b1ad76cb1016a1c5bf83cbce98deb69291e0c # Parent b10bd3feab54450a2838d8b88c3184d5b6937e32 Syslinux: fix owner diff -r b10bd3feab54 -r e72b1ad76cb1 syslinux/receipt --- a/syslinux/receipt Tue Feb 26 12:00:01 2008 +0000 +++ b/syslinux/receipt Tue Feb 26 15:35:26 2008 +0000 @@ -16,4 +16,5 @@ cp -a $PACKAGE-$VERSION/isolinux.bin $fs/boot/isolinux cp -a $PACKAGE-$VERSION/com32/modules/reboot.c32 $fs/boot/isolinux cp stuff/* $fs/boot/isolinux + chown root.root $fs/boot/isolinux/* }