]> git.etc.gen.nz Git - mythtv-status.git/commitdiff
Support building on AMD64 and the new xz compression format.
authorAndrew Ruthven <puck@catalyst.net.nz>
Thu, 4 Dec 2014 21:26:13 +0000 (10:26 +1300)
committerAndrew Ruthven <puck@catalyst.net.nz>
Thu, 4 Dec 2014 21:26:13 +0000 (10:26 +1300)
Makefile

index d99b9f208c341cf949c9b6acdd0ca93ccf2c6bca..e159bc35961336aa9748be93100a7b68074c3841 100755 (executable)
--- a/Makefile
+++ b/Makefile
@@ -46,10 +46,10 @@ build/$(release)/$(deb):
        #@ssh build-$(release)-i386 "cd `pwd`/..; /usr/bin/linda -i $(package)_$(version)*.changes" || true
        @mkdir -p build/$(release)
        @cp ../$(deb)  \
-               ../$(package)_$(deb_version)_i386.changes \
+               ../$(package)_$(deb_version)_*.changes \
                ../$(package)_$(deb_version).dsc \
-               ../$(package)_$(version).orig.tar.gz \
-               ../$(package)_$(deb_version).debian.tar.gz \
+               ../$(package)_$(version).orig.tar.?z \
+               ../$(package)_$(deb_version).debian.tar.?z \
                build/$(release)
 
 publish: $(RELEASE_FILES)