[Lsb-messages] /var/www/bzr/lsb/devel/printing-test r106: Handle crazy redirects in wget better.

Jeff Licquia licquia at linuxfoundation.org
Fri Oct 21 14:43:29 UTC 2016


------------------------------------------------------------
revno: 106
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: printing-test
timestamp: Fri 2016-10-21 10:43:29 -0400
message:
  Handle crazy redirects in wget better.
modified:
  scripts/package/Makefile
-------------- next part --------------
=== modified file 'scripts/package/Makefile'
--- a/scripts/package/Makefile	2016-08-17 22:27:19 +0000
+++ b/scripts/package/Makefile	2016-10-21 14:43:29 +0000
@@ -2,7 +2,7 @@
 # XXX a specfile from this info, but not yet: for now keep in sync
 PACKAGE=lsb-test-printing
 VERSION=5.0.1
-BUILDNO=2
+BUILDNO=3
 
 # CUPS version, tarball
 CUPSVER=1.1.23
@@ -128,10 +128,10 @@
 
 $(CUPS_TARBALL):
 	# get the upstream CUPS tarball
-	wget https://github.com/apple/cups/releases/download/release-$(CUPSVER)/$(CUPS_TARBALL)
+	wget -O $@ https://github.com/apple/cups/releases/download/release-$(CUPSVER)/$(CUPS_TARBALL)
 $(OPVP_TARBALL):
 	# and the opvpnull driver
-	wget http://osdn.dl.sourceforge.jp/opfc/18974/$(OPVP_TARBALL)
+	wget -O $@ http://osdn.dl.sourceforge.jp/opfc/18974/$(OPVP_TARBALL)
 $(HPLIP_TARBALL):
 	# and the hplip tarball
 	wget -O $@ http://downloads.sourceforge.net/project/hplip/hplip/2.8.12/$(HPLIP_TARBALL)?use_mirror=voxel



More information about the lsb-messages mailing list