[Vm-dev] [commit][2983] Move msi to products, not copy.

commits at squeakvm.org commits at squeakvm.org
Wed Jun 11 17:15:58 UTC 2014


Revision: 2983
Author:   eliot
Date:     2014-06-11 10:15:58 -0700 (Wed, 11 Jun 2014)
Log Message:
-----------
Move msi to products, not copy.

Modified Paths:
--------------
    branches/Cog/build.win32x86/newspeak.cog.spur/installer/installer-Windows.gmk
    branches/Cog/build.win32x86/newspeak.cog.v3/installer/installer-Windows.gmk

Modified: branches/Cog/build.win32x86/newspeak.cog.spur/installer/installer-Windows.gmk
===================================================================
--- branches/Cog/build.win32x86/newspeak.cog.spur/installer/installer-Windows.gmk	2014-06-11 17:14:11 UTC (rev 2982)
+++ branches/Cog/build.win32x86/newspeak.cog.spur/installer/installer-Windows.gmk	2014-06-11 17:15:58 UTC (rev 2983)
@@ -108,7 +108,7 @@
 	$(MSIVAL2) "$(shell cygpath -wa $(TMP_MSI))" "$(shell cygpath -wa $(CUB))" -f
 	chmod a+rx $(TMP_MSI)
 	mv $(TMP_MSI) $@
-	test -d ../../../products && cp $@ ../../../products
+	test -d ../../../products && mv $@ ../../../products
 
 Icon/$(notdir $(VM_ICON)).exe: icon.o nopMain.o
 	mkdir -p $(dir $@)

Modified: branches/Cog/build.win32x86/newspeak.cog.v3/installer/installer-Windows.gmk
===================================================================
--- branches/Cog/build.win32x86/newspeak.cog.v3/installer/installer-Windows.gmk	2014-06-11 17:14:11 UTC (rev 2982)
+++ branches/Cog/build.win32x86/newspeak.cog.v3/installer/installer-Windows.gmk	2014-06-11 17:15:58 UTC (rev 2983)
@@ -108,7 +108,7 @@
 	$(MSIVAL2) "$(shell cygpath -wa $(TMP_MSI))" "$(shell cygpath -wa $(CUB))" -f
 	chmod a+rx $(TMP_MSI)
 	mv $(TMP_MSI) $@
-	test -d ../../../products && cp $@ ../../../products
+	test -d ../../../products && mv $@ ../../../products
 
 Icon/$(notdir $(VM_ICON)).exe: icon.o nopMain.o
 	mkdir -p $(dir $@)



More information about the Vm-dev mailing list