[Kst] branches/work/kst/portto4/kst/misc

Peter Kümmel syntheticpp at gmx.net
Tue Jun 28 22:05:10 CEST 2011


SVN commit 1238728 by kuemmel:

mac deploy script: set version via commond line

 M  +1 -1      mac-release.sh  


--- branches/work/kst/portto4/kst/misc/mac-release.sh #1238727:1238728
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 # $1 = path to kst/cmake
-# $2 = package name
+# $2 = version name, for instance 2.0.4-beta2
 cmake $1 -Dkst_merge_files=1 -Dkst_3rdparty=1 -Dkst_dataobjects=1 -Dkst_version_string=$2 -Dkst_release=1
 
 make -j4


More information about the Kst mailing list