[vlc-commits] contrib: fixed sparkle
    Felix Paul Kühne 
    git at videolan.org
       
    Wed Dec  7 18:01:23 CET 2011
    
    
  
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Wed Dec  7 18:01:16 2011 +0100| [4203fa137fe8be34a63c7321d424615019621ee6] | committer: Felix Paul Kühne
contrib: fixed sparkle
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4203fa137fe8be34a63c7321d424615019621ee6
---
 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