[vlc-commits] contrib: fixed OS X framework installation

Felix Paul Kühne git at videolan.org
Sat Feb 18 02:34:49 CET 2012


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sat Feb 18 02:34:44 2012 +0100| [c4f14cae3b1bab3260b933306893f8fc1acd9842] | committer: Felix Paul Kühne

contrib: fixed OS X framework installation

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c4f14cae3b1bab3260b933306893f8fc1acd9842
---

 contrib/src/bghudappkit/rules.mak |    2 +-
 contrib/src/growl/rules.mak       |    2 +-
 contrib/src/sparkle/rules.mak     |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/contrib/src/bghudappkit/rules.mak b/contrib/src/bghudappkit/rules.mak
index a3130ed..0376d59 100644
--- a/contrib/src/bghudappkit/rules.mak
+++ b/contrib/src/bghudappkit/rules.mak
@@ -24,5 +24,5 @@ bghudappkit: bghudappkit-git.tar.xz .sum-bghudappkit
 	install_name_tool -change @loader_path/../../../../../../../BGHUDAppKit.framework/Versions/A/BGHUDAppKit \
 								@loader_path/../../../../Versions/A/BGHUDAppKit \
 		$</build/Release/BGHUDAppKit.framework/Resources/BGHUDAppKitPlugin.ibplugin/Contents/MacOS/BGHUDAppKitPlugin
-	cd $< && cp -R -L build/Release/BGHUDAppKit.framework "$(PREFIX)"
+	cd $< && cp -R build/Release/BGHUDAppKit.framework "$(PREFIX)"
 	touch $@
diff --git a/contrib/src/growl/rules.mak b/contrib/src/growl/rules.mak
index bf9eb5c..3f22708 100644
--- a/contrib/src/growl/rules.mak
+++ b/contrib/src/growl/rules.mak
@@ -30,5 +30,5 @@ growl: growl-$(GROWL_VERSION).tar.bz2 .sum-growl
 
 .growl: growl
 	cd $< && xcodebuild $(XCODE_FLAGS) -target Growl.framework -configuration Release
-	cd $< && cp -R -L build/Release/Growl.framework "$(PREFIX)"
+	cd $< && cp -R build/Release/Growl.framework "$(PREFIX)"
 	touch $@
diff --git a/contrib/src/sparkle/rules.mak b/contrib/src/sparkle/rules.mak
index d0eb602..533d82a 100644
--- a/contrib/src/sparkle/rules.mak
+++ b/contrib/src/sparkle/rules.mak
@@ -23,5 +23,5 @@ sparkle: sparkle-$(SPARKLE_VERSION).zip .sum-sparkle
 .sparkle: sparkle
 	cd $</Extras/Source\ Code && $(MAKE) && xcodebuild $(XCODE_FLAGS)
 	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)"
+	cd $< && cp -R Extras/Source\ Code/build/Release/Sparkle.framework "$(PREFIX)"
 	touch $@



More information about the vlc-commits mailing list