From f8b1b243c179dd96b8f732d8b6898deddc405d31 Mon Sep 17 00:00:00 2001 From: Markus Goetz Date: Wed, 27 Aug 2014 14:43:54 +0200 Subject: [PATCH] OS X: Fix installer target name if we have a build 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 b99c9830d..afdc7056a 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_STRING@" +installer="ownCloud-@MIRALL_VERSION_FULL@" installer_file="$installer.pkg" # set the installer name to the copied prj config file