From 59a9cc7c12c45cbf716dc3356de6dd3203502e54 Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Wed, 27 Aug 2014 19:13:13 +0200 Subject: [PATCH] OS X build: use correct macro for version number --- admin/osx/create_mac_pkg.sh.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/osx/create_mac_pkg.sh.cmake b/admin/osx/create_mac_pkg.sh.cmake index afdc7056a..7df690463 100755 --- a/admin/osx/create_mac_pkg.sh.cmake +++ b/admin/osx/create_mac_pkg.sh.cmake @@ -20,7 +20,7 @@ build_path=$2 prjfile=$build_path/admin/osx/macosx.pkgproj # The name of the installer package -installer="ownCloud-@MIRALL_VERSION_FULL@" +installer="ownCloud-@MIRALL_VERSION_FULL@@MIRALL_VERSION_SUFFIX@" installer_file="$installer.pkg" # set the installer name to the copied prj config file