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

New commits:
commit 4b00567f578190fe2d0413cb25538f518c439b66
Author: David Tardon <[email protected]>
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)` && \
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to