[Pkg-mozext-commits] [jpm.sh] 38/43: Use the -D option from Info-ZIP

Hema Prathaban hemaprathaban-guest at moszumanska.debian.org
Thu Aug 17 07:52:37 UTC 2017


This is an automated email from the git hooks/post-receive script.

hemaprathaban-guest pushed a commit to branch master
in repository jpm.sh.

commit c8e21c6506fc0fddbf6d515713a9a3b1c242da34
Author: nord-stream <nord-stream at ochaken.jp.eu.org>
Date:   Sun Jun 5 14:56:53 2016 +0000

    Use the -D option from Info-ZIP
---
 lib/xpi.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lib/xpi.sh b/lib/xpi.sh
index 370f19c..cd6c8ca 100644
--- a/lib/xpi.sh
+++ b/lib/xpi.sh
@@ -134,8 +134,7 @@ jpmXpiBuild () (
 	
 	jpmConsoleLog "xpi-build: Zipping files..."
 	# Skipping directory entries
-	# Assuming no space characters in file names
-	zip ../build.zip `find . -type f` >/dev/null
+	zip -9rXD ../build.zip ./* >/dev/null
 	cd .. >&2
 	
 	

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/jpm.sh.git



More information about the Pkg-mozext-commits mailing list