Fix Mac Deploy scripts for newer Xcode and git
[quassel.git] / scripts / build / macosx_makePackage.sh
index a9326c0..02ec554 100755 (executable)
@@ -41,7 +41,7 @@ if [ ! -f "$mypath" ]; then
 fi
 
 SCRIPTDIR=$(dirname $mypath)
-QUASSEL_VERSION=$(git-describe)
+QUASSEL_VERSION=$(git describe)
 BUILDTYPE=$1
 
 # check the working dir