[Lsb-messages] /var/www/bzr/lsb/4.1/printing-test r94: Fix the target filename for the hplip tarball download.

Jeff Licquia licquia at linuxfoundation.org
Wed Mar 13 14:25:23 UTC 2013


------------------------------------------------------------
revno: 94
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: printing-test
timestamp: Wed 2013-03-13 10:25:23 -0400
message:
  Fix the target filename for the hplip tarball download.
modified:
  scripts/package/Makefile
-------------- next part --------------
=== modified file 'scripts/package/Makefile'
--- a/scripts/package/Makefile	2013-03-05 19:58:15 +0000
+++ b/scripts/package/Makefile	2013-03-13 14:25:23 +0000
@@ -2,7 +2,7 @@
 # XXX a specfile from this info, but not yet: for now keep in sync
 PACKAGE=lsb-test-printing
 VERSION=4.1.3
-RELEASE=2
+RELEASE=3
 
 # CUPS version, tarball
 CUPSVER=1.1.23
@@ -134,6 +134,6 @@
 	wget http://osdn.dl.sourceforge.jp/opfc/18974/$(OPVP_TARBALL)
 $(HPLIP_TARBALL):
 	# and the hplip tarball
-	wget http://downloads.sourceforge.net/project/hplip/hplip/2.8.12/$(HPLIP_TARBALL)?use_mirror=voxel
+	wget -O $@ http://downloads.sourceforge.net/project/hplip/hplip/2.8.12/$(HPLIP_TARBALL)?use_mirror=voxel
 
 .PHONY : tarball rpm_package



More information about the lsb-messages mailing list