summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormandyke <mandyke@gmail.com>2013-05-08 14:38:25 +0000
committermandyke <mandyke@gmail.com>2013-05-08 14:38:25 +0000
commit9cf4d7016e842d3c84a27422294d92329840f3e3 (patch)
tree21d4dd667ce31973d472c44e0cc4c9504d131f0b
parentb5c3aedf8b519eaec07f9eb23785628a64e821d0 (diff)
downloaddistcc-git-9cf4d7016e842d3c84a27422294d92329840f3e3.tar.gz
Swap rpm/deb glob patterns in Makefile.in
Fixes issue 117
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 38a753d..e15a009 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -224,8 +224,8 @@ tarball_sig_bz2 = $(tarball_bz2).asc
tarball_sig_gz = $(tarball_gz).asc
distnews = $(PACKAGE_TARNAME)-$(VERSION).NEWS
-rpm_glob_pattern = "$(PACKAGE)"*[-_.]"$(VERSION)"[-_.]*.deb
-deb_glob_pattern = "$(PACKAGE)"*[-_.]"$(VERSION)"[-_.]*.rpm
+rpm_glob_pattern = "$(PACKAGE)"*[-_.]"$(VERSION)"[-_.]*.rpm
+deb_glob_pattern = "$(PACKAGE)"*[-_.]"$(VERSION)"[-_.]*.deb
common_obj = src/arg.o src/argutil.o \
src/cleanup.o src/compress.o \