Will be cool a flag in ChrootCompile that enter in a chrooted bash for debug purposes before die.
I'm commenting and uncommenting the follow line to do that, but it isn't working very well. #in_chroot Compile --batch --no-web --no-symlink --no-sign $crossopts $name $version || die "Compilation failed." in_chroot Compile --batch --no-web --no-symlink --no-sign $crossopts $name $version || in_chroot bash && die "Compilation failed." For example if the last executed command in the bash isn't found it do not run the "die" and it pack the not sucefull compiled program. #vim /etc/gobo bash: command not found: vim CreatePackage: .... _______________________________________________ gobolinux-devel mailing list gobolinux-devel@lists.gobolinux.org http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel