Commit 6b9e964f authored by Rafaël Carré's avatar Rafaël Carré

Fix Sparkle rules:

1/ download
2/ unzip, move to .., touch .Sparkle
parent 0e9ec124
...@@ -2433,19 +2433,14 @@ DISTCLEAN_PKG += libass-$(ASS_VERSION).tar.bz2 ...@@ -2433,19 +2433,14 @@ DISTCLEAN_PKG += libass-$(ASS_VERSION).tar.bz2
# Sparkle # Sparkle
# *************************************************************************** # ***************************************************************************
"Sparkle-$(SPARKLE_VERSION).zip": Sparkle-$(SPARKLE_VERSION).zip:
$(WGET) $(SPARKLE_URL) $(WGET) $(SPARKLE_URL)
Sparkle: "Sparkle-$(SPARKLE_VERSION).zip" .Sparkle: Sparkle-$(SPARKLE_VERSION).zip
rm -rf $@ || true rm -rf $@ || true
unzip $< unzip $<
touch $@
.Sparkle: Sparkle
rm -rf ../Sparkle rm -rf ../Sparkle
mv Sparkle .. mv Sparkle ..
mkdir Sparkle
(cd $<)
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