[Pkg-owncloud-commits] [owncloud-client] 162/218: Use application SHORT name for the name of the MacOSX pkg file.

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat Oct 17 14:31:03 UTC 2015


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 57f10c0c8e9739756445c651721611581242451e
Author: Klaas Freitag <freitag at owncloud.com>
Date:   Thu Sep 24 16:02:08 2015 +0200

    Use application SHORT name for the name of the MacOSX pkg file.
    
    THis is because of https://github.com/owncloud/ownbrander/issues/445
---
 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 b04657f..90e8715 100755
--- a/admin/osx/create_mac_pkg.sh.cmake
+++ b/admin/osx/create_mac_pkg.sh.cmake
@@ -23,7 +23,7 @@ identity="$3"
 prjfile=$build_path/admin/osx/macosx.pkgproj
 
 # The name of the installer package
-installer="@APPLICATION_NAME at -@MIRALL_VERSION_FULL@@MIRALL_VERSION_SUFFIX@"
+installer="@APPLICATION_SHORTNAME at -@MIRALL_VERSION_FULL@@MIRALL_VERSION_SUFFIX@"
 installer_file="$installer.pkg"
 installer_file_tar="$installer.pkg.tar"
 installer_file_tar_bz2="$installer.pkg.tar.bz2"

-- 
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