- fix geniso call
authorMichael Schröder <mls@suse.de>
Tue, 25 Nov 2008 13:38:22 +0000 (13:38 +0000)
committerMichael Schröder <mls@suse.de>
Tue, 25 Nov 2008 13:38:22 +0000 (13:38 +0000)
build

diff --git a/build b/build
index 8b46e5c..027ae90 100755 (executable)
--- 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..."