From: Andrew Ruthven Date: Wed, 19 May 2010 10:11:56 +0000 (+1200) Subject: Fix the creating of orig.tar.gz. X-Git-Tag: debian-lenny-0.9.3-1@bpo-lenny~1^2 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef8cd7475aba9aba0198fbd5f13622f4f7f1c0f4;p=mythtv-status.git Fix the creating of orig.tar.gz. --- diff --git a/Makefile b/Makefile index 2e5f566..80ee86b 100755 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ tarball_dir=../$(package)_tarballs DEBS=$(foreach release, $(releases), build/$(release)/$(deb)) -RELEASE_FILES=build/tarball/mythtv-status-${version}.tar.gz $(DEBS) +RELEASE_FILES=$(orig_tarball) build/tarball/mythtv-status-${version}.tar.gz $(DEBS) all: release