Hello,
I noticed a little error in the ImportRecipe script. Attached is a patch to fix it, but in fact it's just one line, so it could be fixed manually easier :)
--- trunk/DevelScripts/bin/ImportRecipe 2008-04-13 19:15:26.000000000 +0200 +++ trunk.new/DevelScripts/bin/ImportRecipe 2008-04-16 09:20:26.000000000 +0200 @@ -73,7 +73,7 @@ ### Unpack recipe ############################################################# unpackdir=`Temporary_Dir` || Die "Could not create temporary directory." -Verbose Unpack_Archive --extract-to="$unpackdir" "$recipetarball" +Verbose Unpack_Archive "$recipetarball" "$unpackdir" if Is_Entry_Set "rename" then
_______________________________________________ gobolinux-devel mailing list gobolinux-devel@lists.gobolinux.org http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel