From e7771ff3d8434f22a844b625dbe66ca343289d00 Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Tue, 2 Feb 2016 15:28:00 +0100 Subject: [PATCH] Remove platform specific tar options. --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 98ac02a..8b167f3 100644 --- a/Makefile +++ b/Makefile @@ -180,7 +180,6 @@ $(BUNDLE): $(BUNDLEDIR) git archive --format=tar --prefix=pgloader-$(VERSION)/ master \ | tar -C $(BUNDLEDIR)/local-projects/ -xf - tar -C build/bundle \ - --options='compression-level=9' \ --exclude bin \ --exclude test/sqlite \ -czf $@ pgloader-bundle-$(VERSION)