[pLog-svn] r5244 - templates/branches/lifetype-1.2/bin
oscar at devel.lifetype.net
oscar at devel.lifetype.net
Sat Mar 31 10:41:45 EDT 2007
Author: oscar
Date: 2007-03-31 10:41:44 -0400 (Sat, 31 Mar 2007)
New Revision: 5244
Modified:
templates/branches/lifetype-1.2/bin/build.sh
Log:
small fix for the script that builds and uploads the template packages
Modified: templates/branches/lifetype-1.2/bin/build.sh
===================================================================
--- templates/branches/lifetype-1.2/bin/build.sh 2007-03-31 14:38:20 UTC (rev 5243)
+++ templates/branches/lifetype-1.2/bin/build.sh 2007-03-31 14:41:44 UTC (rev 5244)
@@ -93,7 +93,7 @@
if [ `uname` == "Linux" ]; then
curl --upload-file ${CURFOLDER}/${VERSION}_${TEMPLATENAME}.zip --user anonymous:lifetype-uploads at jon.limedaley.com ftp://upload.sf.net/incoming/
else
- ftp -a -u ftp://upload.sourceforge.net/incoming/${VERSION}_${TEMPLATENAME}.zip ${TEMPLATENAME}.zip
+ ftp -a -u ftp://upload.sourceforge.net/incoming/${VERSION}_${TEMPLATENAME}.zip ${CURFOLDER}/${VERSION}_${TEMPLATENAME}.zip
fi
message "Done!"
More information about the pLog-svn
mailing list