Commit 7abd141a authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: mac, put the Sparkle framework at the right place.

parent 82a39421
...@@ -2459,8 +2459,8 @@ Sparkle-$(SPARKLE_VERSION).zip: ...@@ -2459,8 +2459,8 @@ Sparkle-$(SPARKLE_VERSION).zip:
.Sparkle: Sparkle-$(SPARKLE_VERSION).zip .Sparkle: Sparkle-$(SPARKLE_VERSION).zip
rm -rf $@ || true rm -rf $@ || true
unzip $< unzip $<
rm -rf ../Sparkle rm -rf $(PREFIX)/Sparkle
mv Sparkle .. mv Sparkle $(PREFIX)
touch $@ touch $@
CLEAN_FILE += .Sparkle CLEAN_FILE += .Sparkle
......
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