Skip to content
Snippets Groups Projects
Commit 9606173a authored by Brian Tarricone's avatar Brian Tarricone
Browse files

fix distcheck-bz2

(Old svn revision: 12242)
parent 4a305903
No related branches found
No related tags found
No related merge requests found
......@@ -20,4 +20,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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment