Skip to content

Commit

Permalink
Prevent building gzipped tarball.
Browse files Browse the repository at this point in the history
* Makefile.am (AUTOMAKE_OPTIONS): Add "no-dist-gzip".
  • Loading branch information
mbakke committed Sep 17, 2017
1 parent ea79711 commit 4242175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AUTOMAKE_OPTIONS = dist-lzip
AUTOMAKE_OPTIONS = no-dist-gzip dist-lzip

osname=$(subst ganeti-instance-,,$(PACKAGE))
osdir=$(OS_DIR)/$(osname)
Expand Down

0 comments on commit 4242175

Please sign in to comment.