summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBrian Tarricone <brian@tarricone.org>2004-12-25 20:33:18 +0000
committerBrian Tarricone <brian@tarricone.org>2004-12-25 20:33:18 +0000
commit9a863174453291bac0f81e81ef67e74938ea611d (patch)
treed407fe2d69e15962e1bbe28b4bcd233b8180acd7 /Makefile.am
parent045ceb17e881aba8682521a1fea42aa9efbb40b9 (diff)
downloadxfce4-appfinder-9a863174453291bac0f81e81ef67e74938ea611d.tar.gz
fix distcheck-bz2
(Old svn revision: 2212)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 5e7bfa6..d8b5af1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -29,4 +29,4 @@ dist-bz2: dist
zcat $(PACKAGE)-$(VERSION).tar.gz | bzip2 --best -c > $(PACKAGE)-$(VERSION).tar.bz2
distcheck-bz2: distcheck
- zcat $(PACKAGE)-$(VERSION).tar.gz | bzip2 --best -c > $(PACKAGE)-$(VERSION)$.tar.bz2
+ zcat $(PACKAGE)-$(VERSION).tar.gz | bzip2 --best -c > $(PACKAGE)-$(VERSION).tar.bz2