[vlc-commits] contrib: fixed sparkle
Felix Paul Kühne
git at videolan.org
Fri Dec 9 18:10:22 CET 2011
vlc/vlc-1.2 | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Wed Dec 7 18:01:16 2011 +0100| [a6223d7bf1bb487504621231081e0a7fe7190024] | committer: Jean-Baptiste Kempf
contrib: fixed sparkle
(cherry picked from commit 4203fa137fe8be34a63c7321d424615019621ee6)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.2.git/?a=commit;h=a6223d7bf1bb487504621231081e0a7fe7190024
---
contrib/src/sparkle/rules.mak | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/contrib/src/sparkle/rules.mak b/contrib/src/sparkle/rules.mak
index 34310ac..b092623 100644
--- a/contrib/src/sparkle/rules.mak
+++ b/contrib/src/sparkle/rules.mak
@@ -23,5 +23,6 @@ sparkle: sparkle-$(SPARKLE_VERSION).zip .sum-sparkle
.sparkle: sparkle
cd $</Extras/Source\ Code && $(MAKE) && xcodebuild $(XCODE_FLAGS)
- cd $< && cp -R -L Extras/Source\ Code/build/release/Sparkle.framework "$(PREFIX)"
+ cd $</Extras/Source\ Code && install_name_tool -id @executable_path/../Frameworks/Sparkle.framework/Versions/A/Sparkle build/Release/Sparkle.framework/Sparkle
+ cd $< && cp -R -L Extras/Source\ Code/build/Release/Sparkle.framework "$(PREFIX)"
touch $@
More information about the vlc-commits
mailing list