[Libreoffice-commits] .: solenv/gbuild

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Aug 24 04:44:22 PDT 2012


 solenv/gbuild/UnpackedTarball.mk |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 4b00567f578190fe2d0413cb25538f518c439b66
Author: David Tardon <dtardon at redhat.com>
Date:   Fri Aug 24 13:42:47 2012 +0200

    it seems unzip on MacOS X does not know this opt
    
    Change-Id: I48d86df772655229a08653e6c8f263338f69fbfb

diff --git a/solenv/gbuild/UnpackedTarball.mk b/solenv/gbuild/UnpackedTarball.mk
index 52b496b..0bd9128 100644
--- a/solenv/gbuild/UnpackedTarball.mk
+++ b/solenv/gbuild/UnpackedTarball.mk
@@ -40,7 +40,6 @@ endef
 define gb_UnpackedTarget__command_unzip
 unzip \
 	-qq \
-	-DD  \
 	-d $(UNPACKED_DIR) $(UNPACKED_TARBALL) && \
 $(if $(filter-out 0,$(UNPACKED_STRIP_COMPONENTS)),\
 	UNZIP_DIR=`ls $(UNPACKED_DIR)` && \


More information about the Libreoffice-commits mailing list