From: Michael Schröder Date: Tue, 25 Nov 2008 13:38:22 +0000 (+0000) Subject: - fix geniso call X-Git-Tag: obs_2.0~314 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=389a1d4a2762c65c4bfb19d2d5457cd517ed2117;p=tools%2Fobs-build.git - fix geniso call --- diff --git a/build b/build index 8b46e5c..027ae90 100755 --- a/build +++ b/build @@ -1359,7 +1359,7 @@ for SPECFILE in "${SPECFILES[@]}" ; do n="${i##*/}" test "$n" = scripts && continue test "$n" != "${n%0}" && continue - chroot $BUILD_ROOT su -c "suse-isolinux $TOPDIR/KIWIROOT/main/$i $TOPDIR/KIWI/$i.iso" - $BUILD_USER + chroot $BUILD_ROOT su -c "suse-isolinux $TOPDIR/KIWIROOT/main/$n $TOPDIR/KIWI/$n.iso" - $BUILD_USER done else echo "running kiwi --prepare..."