[vlc-devel] commit: Contribs: mac, put the Sparkle framework at the right place. ( Jean-Baptiste Kempf )
git version control
git at videolan.org
Fri Feb 5 09:52:09 CET 2010
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Feb 5 09:48:47 2010 +0100| [7abd141ab2156ffae2af04d85e0414c2394d3f57] | committer: Jean-Baptiste Kempf
Contribs: mac, put the Sparkle framework at the right place.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7abd141ab2156ffae2af04d85e0414c2394d3f57
---
extras/contrib/src/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index 7ca5dd8..42ccecc 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -2459,8 +2459,8 @@ Sparkle-$(SPARKLE_VERSION).zip:
.Sparkle: Sparkle-$(SPARKLE_VERSION).zip
rm -rf $@ || true
unzip $<
- rm -rf ../Sparkle
- mv Sparkle ..
+ rm -rf $(PREFIX)/Sparkle
+ mv Sparkle $(PREFIX)
touch $@
CLEAN_FILE += .Sparkle
More information about the vlc-devel
mailing list