[Phpfreechat-svn] SF.net SVN: phpfreechat: [668] trunk/misc/tarSource
Status: Beta
Brought to you by:
kerphi
From: <ke...@us...> - 2006-08-02 09:54:18
|
Revision: 668 Author: kerphi Date: 2006-08-02 02:54:10 -0700 (Wed, 02 Aug 2006) ViewCVS: http://svn.sourceforge.net/phpfreechat/?rev=668&view=rev Log Message: ----------- Remove the contrib directory from the ziped archive when a release is done in order to generate smalled archives. Modified Paths: -------------- trunk/misc/tarSource Modified: trunk/misc/tarSource =================================================================== --- trunk/misc/tarSource 2006-08-01 21:28:17 UTC (rev 667) +++ trunk/misc/tarSource 2006-08-02 09:54:10 UTC (rev 668) @@ -6,6 +6,7 @@ echo "-> copying files" rm -rf ./$NAME svn export .. ./$NAME +rm -rf ./$NAME/contrib echo "-> creating checkmd5.php file" ./checkmd5 ./$NAME ./$NAME/checkmd5.php echo "-> creating .tar.gz" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |