[PD-cvs] SF.net SVN: pure-data: [9716] trunk/scripts/auto-build/ pd-extended-auto-builder.sh

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Fri Apr 18 19:06:25 CEST 2008


Revision: 9716
          http://pure-data.svn.sourceforge.net/pure-data/?rev=9716&view=rev
Author:   eighthave
Date:     2008-04-18 10:06:25 -0700 (Fri, 18 Apr 2008)

Log Message:
-----------
made archive filename generation more robust, fixing md5 problem on MinGW

Modified Paths:
--------------
    trunk/scripts/auto-build/pd-extended-auto-builder.sh

Modified: trunk/scripts/auto-build/pd-extended-auto-builder.sh
===================================================================
--- trunk/scripts/auto-build/pd-extended-auto-builder.sh	2008-04-17 23:27:04 UTC (rev 9715)
+++ trunk/scripts/auto-build/pd-extended-auto-builder.sh	2008-04-18 17:06:25 UTC (rev 9716)
@@ -64,7 +64,7 @@
     build_folder=$2
     archive_format=$3
 
-	 archive="${auto_build_root_dir}/packages/${platform_folder}/${build_folder}/Pd*.${archive_format}"
+	archive=`ls -1 ${auto_build_root_dir}/packages/${platform_folder}/${build_folder}/Pd*.${archive_format} | tail -1`
     
     echo "upload specs $1 $2 $3"
     echo "Uploading $archive"


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Pd-cvs mailing list