[Lsb-messages] /var/www/bzr/lsb/devel/t2c-alsa-tests r121: Fix the target filename for the t2c tarball download.

Jeff Licquia licquia at linuxfoundation.org
Wed Mar 13 14:08:00 UTC 2013


------------------------------------------------------------
revno: 121
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: t2c-alsa-tests
timestamp: Wed 2013-03-13 10:08:00 -0400
message:
  Fix the target filename for the t2c tarball download.
modified:
  package/Makefile
-------------- next part --------------
=== modified file 'package/Makefile'
--- a/package/Makefile	2013-02-05 12:47:35 +0000
+++ b/package/Makefile	2013-03-13 14:08:00 +0000
@@ -2,7 +2,7 @@
 # XXX a specfile from this info, but not yet: for now keep in sync
 PACKAGE=lsb-test-alsa-t2c
 VERSION=5.1.91
-RELEASE=1
+RELEASE=2
 T2C_2_VER=2.0.0_final
 
 # for pkgchk
@@ -124,6 +124,6 @@
 	@mv $(TARBALL) $(SOURCE2)
 
 $(T2C_2_TARBALL):
-	wget $(T2C_2_URL)
+	wget -O $@ $(T2C_2_URL)
 
 .PHONY : tarball rpm_package



More information about the lsb-messages mailing list