Remove platform specific tar options.

This commit is contained in:
Dimitri Fontaine 2016-02-02 15:28:00 +01:00
parent 029ea0027a
commit e7771ff3d8

View File

@ -180,7 +180,6 @@ $(BUNDLE): $(BUNDLEDIR)
git archive --format=tar --prefix=pgloader-$(VERSION)/ master \ git archive --format=tar --prefix=pgloader-$(VERSION)/ master \
| tar -C $(BUNDLEDIR)/local-projects/ -xf - | tar -C $(BUNDLEDIR)/local-projects/ -xf -
tar -C build/bundle \ tar -C build/bundle \
--options='compression-level=9' \
--exclude bin \ --exclude bin \
--exclude test/sqlite \ --exclude test/sqlite \
-czf $@ pgloader-bundle-$(VERSION) -czf $@ pgloader-bundle-$(VERSION)