[Pkg-owncloud-commits] [owncloud-client] 195/219: OSX: fix Frameworks path in 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 5f715ca0638e5e6fc3a368db5e54699057373a34
Author: Daniel Molkentin <danimo at owncloud.com>
Date: Wed Oct 1 16:04:24 2014 +0200
OSX: fix Frameworks path in 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 bda0b9c..fb762e8 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/Frameworks/${FMWK}"
+ FMWK_PATH="${TMP_APP}/Contents/Resources/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