From d633a02d36a6357ed0445bf46c95009a17c4f86c Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Mon, 12 Sep 2005 22:08:15 +0000 Subject: [PATCH] moving commands and contrib out of /usr/src broke the bin chowning --- tools/release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/release.sh b/tools/release.sh index 897f16de4..fa8c874d2 100755 --- a/tools/release.sh +++ b/tools/release.sh @@ -160,7 +160,7 @@ mkdir -m 1777 $RELEASEDIR/tmp mount $TMPDISK2 $RELEASEDIR/tmp echo " * Zeroing $TMPDISK" -dd if=/dev/zero of=$TMPDISK bs=$BS count=$USRBLOCKS +#dd if=/dev/zero of=$TMPDISK bs=$BS count=$USRBLOCKS mkfs -B $BS -b $USRBLOCKS $TMPDISK || exit echo " * Mounting $TMPDISK as $RELEASEDIR/usr" mount $TMPDISK $RELEASEDIR/usr || exit @@ -213,7 +213,7 @@ then chroot $RELEASEDIR '/bin/sh -x /usr/src/tools/chrootmake.sh' || exit 1 echo " * Chroot build done" # The build process leaves some file in src as root. - chown -R bin $RELEASEDIR/usr/src + chown -R bin $RELEASEDIR/usr/src* cp issue.install $RELEASEDIR/etc/issue if [ "$HDEMU" -ne 0 ]; then hdemu_root_changes; fi -- 2.44.0