[vlc-commits] contrib: preserve symlinks while installing Growl and BGHUDAppkit frameworks

David Fuhrmann git at videolan.org
Sat Aug 30 21:08:43 CEST 2014


vlc/vlc-2.2 | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Sat Aug 30 11:44:40 2014 +0200| [6943eaa1992022bb0d74555fc90106917f1f26d9] | committer: Jean-Baptiste Kempf

contrib: preserve symlinks while installing Growl and BGHUDAppkit frameworks

(cherry picked from commit 38ed035eaa96ef8d0ab7bffc274566814f677d2b)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

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

diff --git a/contrib/src/bghudappkit/rules.mak b/contrib/src/bghudappkit/rules.mak
index 2c3605b..6625eaa 100644
--- a/contrib/src/bghudappkit/rules.mak
+++ b/contrib/src/bghudappkit/rules.mak
@@ -23,5 +23,5 @@ bghudappkit: bghudappkit-git.tar.xz .sum-bghudappkit
 .bghudappkit: bghudappkit
 	cd $< && xcodebuild $(XCODE_FLAGS)
 	install -d $(PREFIX)
-	cd $< && cp -rf build/Release/BGHUDAppKit.framework "$(PREFIX)"
+	cd $< && cp -Rf build/Release/BGHUDAppKit.framework "$(PREFIX)"
 	touch $@
diff --git a/contrib/src/growl/rules.mak b/contrib/src/growl/rules.mak
index 198eb27..ddc0159 100644
--- a/contrib/src/growl/rules.mak
+++ b/contrib/src/growl/rules.mak
@@ -22,5 +22,5 @@ growl: growl-$(GROWL_VERSION).tar.bz2 .sum-growl
 .growl: growl
 	cd $< && xcodebuild $(XCODE_FLAGS) -target Growl.framework -configuration Release
 	install -d $(PREFIX)
-	cd $< && cp -rf build/Release/Growl.framework "$(PREFIX)"
+	cd $< && cp -Rf build/Release/Growl.framework "$(PREFIX)"
 	touch $@



More information about the vlc-commits mailing list