Commit 38ed035e authored by David Fuhrmann's avatar David Fuhrmann

contrib: preserve symlinks while installing Growl and BGHUDAppkit frameworks

parent cb1544cb
...@@ -23,5 +23,5 @@ bghudappkit: bghudappkit-git.tar.xz .sum-bghudappkit ...@@ -23,5 +23,5 @@ bghudappkit: bghudappkit-git.tar.xz .sum-bghudappkit
.bghudappkit: bghudappkit .bghudappkit: bghudappkit
cd $< && xcodebuild $(XCODE_FLAGS) cd $< && xcodebuild $(XCODE_FLAGS)
install -d $(PREFIX) install -d $(PREFIX)
cd $< && cp -rf build/Release/BGHUDAppKit.framework "$(PREFIX)" cd $< && cp -Rf build/Release/BGHUDAppKit.framework "$(PREFIX)"
touch $@ touch $@
...@@ -22,5 +22,5 @@ growl: growl-$(GROWL_VERSION).tar.bz2 .sum-growl ...@@ -22,5 +22,5 @@ growl: growl-$(GROWL_VERSION).tar.bz2 .sum-growl
.growl: growl .growl: growl
cd $< && xcodebuild $(XCODE_FLAGS) -target Growl.framework -configuration Release cd $< && xcodebuild $(XCODE_FLAGS) -target Growl.framework -configuration Release
install -d $(PREFIX) install -d $(PREFIX)
cd $< && cp -rf build/Release/Growl.framework "$(PREFIX)" cd $< && cp -Rf build/Release/Growl.framework "$(PREFIX)"
touch $@ touch $@
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment