Commit c4f14cae authored by Felix Paul Kühne's avatar Felix Paul Kühne

contrib: fixed OS X framework installation

parent 32113d10
......@@ -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 $@
......@@ -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 $@
......@@ -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 $@
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