[Vm-dev] [commit] r2560 - fix slip in mkvmarchives script with nsvm

commits at squeakvm.org commits at squeakvm.org
Fri Jun 22 01:46:43 UTC 2012


Author: eliot
Date: 2012-06-21 18:46:42 -0700 (Thu, 21 Jun 2012)
New Revision: 2560

Modified:
   branches/Cog/scripts/mkvmarchives
Log:
fix slip in mkvmarchives script with nsvm


Modified: branches/Cog/scripts/mkvmarchives
===================================================================
--- branches/Cog/scripts/mkvmarchives	2012-06-21 21:26:01 UTC (rev 2559)
+++ branches/Cog/scripts/mkvmarchives	2012-06-22 01:46:42 UTC (rev 2560)
@@ -94,7 +94,7 @@
 if [ -n "$NL" ]; then
 	rm -rf nsvmlinux.tgz nsvmlinux-`date +%g.%U.$REV`.tgz
 	COPYFILE_DISABLE=1 tar czf nsvmlinux-`date +%g.%U.$REV`.tgz nsvmlinux
-	EXES="$EXES	$LIBDIR/nsvm"
+	EXES="$EXES	nsvmlinux/lib/nsvm/4.0-$REV/nsvm"
 fi
 if [ -n "$NM" ]; then
 	test -d Newspeak\ Virtual\ Machine.app || mkdir Newspeak\ Virtual\ Machine.app



More information about the Vm-dev mailing list