Author: mwise
Date: Tue Feb 10 09:17:33 2009
New Revision: 4121

URL: http://svn.slimdevices.com?rev=4121&root=Jive&view=rev
Log:
Adding in a tar -ztvf to show the files that ended up in the package, and their 
size. Removed verbose on the compress because its not really necessary.

Modified:
    7.3/trunk/squeezeplay/src/squeezeplay/Makefile.in

Modified: 7.3/trunk/squeezeplay/src/squeezeplay/Makefile.in
URL: 
http://svn.slimdevices.com/7.3/trunk/squeezeplay/src/squeezeplay/Makefile.in?rev=4121&root=Jive&r1=4120&r2=4121&view=diff
==============================================================================
--- 7.3/trunk/squeezeplay/src/squeezeplay/Makefile.in (original)
+++ 7.3/trunk/squeezeplay/src/squeezeplay/Makefile.in Tue Feb 10 09:17:33 2009
@@ -1184,7 +1184,7 @@
        cp -p $(DMG_IMAGE_FILENAME) 
$(OSX_BUILD_DIR)/SqueezePlay-$(VERSION_TEXT).dmg
 
 SqueezePlay_tgz: 
-       cd $(prefix); tar -zcvf ../squeezeplay.tgz *
+       cd $(prefix); tar -zcf ../squeezeplay.tgz *; tar -ztvf 
../squeezeplay.tgz
 
 src/version.h: FORCE
        @echo '/* This file is automatically generated */' > src/version.h

_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive-checkins

Reply via email to