[Pkg-owncloud-commits] [owncloud-client] 18/219: OS X: Fix installer target name if we have a build number
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat Oct 11 14:43:04 UTC 2014
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit f8b1b243c179dd96b8f732d8b6898deddc405d31
Author: Markus Goetz <markus at woboq.com>
Date: Wed Aug 27 14:43:54 2014 +0200
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 b99c983..afdc705 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- at MIRALL_VERSION_STRING@"
+installer="ownCloud- at MIRALL_VERSION_FULL@"
installer_file="$installer.pkg"
# set the installer name to the copied prj config file
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list