On Friday 26 May 2006 14:03, jpff wrote: > I do not know what the .config files say as the script deletes them after > failing! That can be easily avoided: at around line 221, you should see something like if (runCmd(args) != 0): print ' *** build failed' runCmd(['rm', '-Rf', pkgDir]) cleanup() raise SystemExit(1) Just comment out the third and fourth lines of these, i.e. the 'rm -Rf pkgDir' and cleanup() ones. Also, to test makedeb.sh without having to fiddle with a full build (even though of course that would be useful later when creating the actual release packages), you could just do a normal build with 'scons', and then run: ./install.py --instdir=`pwd`/../__csound5 _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net