mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-09 15:56:58 +02:00
Remove platform specific tar options.
This commit is contained in:
parent
029ea0027a
commit
e7771ff3d8
1
Makefile
1
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)
|
||||
|
Loading…
Reference in New Issue
Block a user