From e27bacd5ee14b482e4309b9132af43d96cc24e4e Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Tue, 4 Dec 2012 16:21:39 +0000 Subject: [PATCH] Make sure the $PREFIX.kernel-$FLAVOUR.efi.signed output is world-readable. --- debian/changelog | 7 +++++++ live-build/auto/build | 1 + 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index 5bc4f980..b8094140 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (2.65.5) UNRELEASED; urgency=low + + * Make sure the $PREFIX.kernel-$FLAVOUR.efi.signed output is + world-readable. + + -- Colin Watson Tue, 04 Dec 2012 16:21:20 +0000 + livecd-rootfs (2.65.4) precise-proposed; urgency=low * live-build/auto/config: Convince live-build to use the diff --git a/live-build/auto/build b/live-build/auto/build index f786acf9..1be2953b 100755 --- a/live-build/auto/build +++ b/live-build/auto/build @@ -328,6 +328,7 @@ for FLAVOUR in $LB_LINUX_FLAVOURS; do ln "binary/$INITFS/"vmlinu?-"$KVERS" "$PREFIX.kernel-$FLAVOUR" if [ -e "binary/$INITFS/"vmlinu?-"$KVERS.efi.signed" ]; then ln "binary/$INITFS/"vmlinu?-"$KVERS.efi.signed" "$PREFIX.kernel-$FLAVOUR.efi.signed" + chmod 644 "$PREFIX.kernel-$FLAVOUR.efi.signed" fi chmod 644 "$PREFIX.kernel-$FLAVOUR" if [ -e "binary/$INITFS/initrd.img-$KVERS" ]; then