forked from Lainports/freebsd-ports
Release Notes: https://blog.documentfoundation.org/blog/2021/02/03/libreoffice-7-1-community/
10 lines
299 B
Makefile
10 lines
299 B
Makefile
--- solenv/gbuild/UnpackedTarball.mk.orig 2020-11-22 14:05:28 UTC
|
|
+++ solenv/gbuild/UnpackedTarball.mk
|
|
@@ -23,6 +23,7 @@ $(GNUTAR) \
|
|
-x \
|
|
$(3) \
|
|
-C $(UNPACKED_DIR) \
|
|
+ --no-same-owner --no-same-permissions \
|
|
$(STRIP_COMPONENTS)=$(UNPACKED_STRIP_COMPONENTS) \
|
|
-f $(UNPACKED_TARBALL)
|
|
endef
|