summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-02-20 20:24:54 +0100
committerAndras Timar <atimar@suse.com>2012-02-20 20:39:01 +0100
commit24f63831af82e71133fae0fc8309d1f752a402bf (patch)
tree0bba9aa9a1a6db1d7a8d10a7560cb6531046c2f9 /odk
parent8b55ef8898a39803e9c4a8cd6a271576389c0249 (diff)
remove cleanzip.pl
The issue it solves does not exist in our build environment. https://issues.apache.org/ooo/show_bug.cgi?id=98365 The script removed g+s attributes from directories in zip files.
Diffstat (limited to 'odk')
-rw-r--r--odk/util/makefile.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/odk/util/makefile.mk b/odk/util/makefile.mk
index 7f6517ed42a8..28f6c8ee7e61 100644
--- a/odk/util/makefile.mk
+++ b/odk/util/makefile.mk
@@ -24,7 +24,6 @@ ALLTAR:\
$(BIN)$/$(PRODUCTZIPFILE) : $(SDK_CONTENT_CHECK_FILES) $(SDK_CHECK_FLAGS)
cd $(BIN)$/$(PRODUCT_NAME) && zip -urq ..$/$(PRODUCTZIPFILE) . $(CHECKZIPRESULT)
- $(PERL) -w $(SOLARENV)$/bin$/cleanzip.pl $@
# cd $(BIN)$/$(PRODUCT_NAME) && zip -urq ..$/$(PRODUCTZIPFILE) . -x "idl/*" $(CHECKZIPRESULT)
# cd $(BIN)$/$(PRODUCT_NAME) && zip -urq ..$/odkidl.zip idl/* $(CHECKZIPRESULT)