[Pkg-owncloud-commits] [owncloud-client] 198/219: OSX: fix signing script
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat Oct 11 14:43:26 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 5213970c3df5bcb8b1e1865b4d98c8c2b5ca12f6
Author: Daniel Molkentin <danimo at owncloud.com>
Date: Wed Oct 1 17:57:51 2014 +0200
OSX: fix signing script
---
admin/osx/sign_app.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/admin/osx/sign_app.sh b/admin/osx/sign_app.sh
index fb762e8..bda0b9c 100755
--- a/admin/osx/sign_app.sh
+++ b/admin/osx/sign_app.sh
@@ -16,7 +16,7 @@ fix_frameworks() {
for FMWK in $QT_FMWKS; do
FMWK_NAME=`basename -s .framework $FMWK`
FMWK=`basename $FMWK`
- FMWK_PATH="${TMP_APP}/Contents/Resources/Frameworks/${FMWK}"
+ FMWK_PATH="${TMP_APP}/Contents/Frameworks/${FMWK}"
mkdir -p "${FMWK_PATH}/Versions/${QT_FMWK_VERSION}/Resources/"
cp -avf "${QT_FMWK_PATH}/${FMWK}/Contents/Info.plist" "${FMWK_PATH}/Versions/${QT_FMWK_VERSION}/Resources"
(cd "${FMWK_PATH}" && ln -sf "Versions/${QT_FMWK_VERSION}/Resources" "Resources")
--
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