[TeamTalk 197]: [733] trunk/usarsim/System/Makefile: Moved treasurehunt zip file to root directory so that components would all be in subdirectories .

tk@edam.speech.cs.cmu.edu tk at edam.speech.cs.cmu.edu
Tue Sep 4 13:52:59 EDT 2007


An HTML attachment was scrubbed...
URL: http://mailman.srv.cs.cmu.edu/pipermail/teamtalk-developers/attachments/20070904/ec0234fa/attachment.html
-------------- next part --------------
Modified: trunk/usarsim/System/Makefile
===================================================================
--- trunk/usarsim/System/Makefile	2007-09-04 17:50:51 UTC (rev 732)
+++ trunk/usarsim/System/Makefile	2007-09-04 17:52:59 UTC (rev 733)
@@ -45,7 +45,7 @@
          $(INSTALL_TEXTURES) $(INSTALL_STATICMESHES)
 
 package:
-	cd $(INSTALL_SYS); zip -u TreasureHunt.zip $(PACKAGES) $(MAPS) $(TEXTURES) $(STATICMESHES)
+	cd $(INSTALL_DIR); echo $(PACKAGES) $(MAPS) $(TEXTURES) $(STATICMESHES) | sed 's/\.\.\///g' | xargs zip -u TreasureHunt.zip 
 
 $(INSTALL_DIR)/%:../%
 	cp -f $< $@


More information about the TeamTalk-developers mailing list