From 389a1d4a2762c65c4bfb19d2d5457cd517ed2117 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michael=20Schr=C3=B6der?= Date: Tue, 25 Nov 2008 13:38:22 +0000 Subject: [PATCH] - fix geniso call --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..." -- 2.7.4