mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-09 07:47:00 +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 \
|
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)
|
||||||
|
Loading…
Reference in New Issue
Block a user