Skip to content

Commit

Permalink
Updating download target to provide better user feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
syzdek committed May 31, 2012
1 parent a344ce4 commit 92664aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-aux/Makefile-package
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ $(PACKAGE_MD5): Makefile $(PACKAGE_FILE)
@/usr/bin/touch $(PACKAGE_MD5) @/usr/bin/touch $(PACKAGE_MD5)


$(PACKAGE_FILE): $(PACKAGE_FILE):
/usr/bin/curl -O ${PACKAGE_URL} -o $(PACKAGE_FILE) -s \ /usr/bin/curl -O $(PACKAGE_URL) -o $(PACKAGE_FILE) -s \
|| { rm -f $(PACKAGE_FILE); exit 1; }; || { rm -f $(PACKAGE_FILE); echo "unable to download $(PACKAGE_FILE) from $(PACKAGE_URL)\nPlease verify that your system is connected to the Internet."; exit 1; };
@/usr/bin/touch $(PACKAGE_FILE) @/usr/bin/touch $(PACKAGE_FILE)




Expand Down

0 comments on commit 92664aa

Please sign in to comment.