[Pkg-mozext-commits] [gcontactsync] 11/88: Ignore vim swap files when building

David Prévot taffit at moszumanska.debian.org
Thu Sep 18 20:52:25 UTC 2014


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

taffit pushed a commit to branch master
in repository gcontactsync.

commit 2527372d63e07a2d71fb40cc5d8044515ab098c7
Author: Josh Geenen <joshgeenen at gmail.com>
Date:   Sun Dec 22 19:11:49 2013 -0600

    Ignore vim swap files when building
---
 build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sh b/build.sh
index d5d4906..ea366ef 100755
--- a/build.sh
+++ b/build.sh
@@ -40,7 +40,7 @@ cd $SRC_DIR
 LOCALE_FILES=$(find locale/ -maxdepth 2 -type f ! -name CVS ! -name Repository ! -name Root ! -name Entries)
 
 # zip the source files
-zip -r $DEST content/*.* defaults/preferences/*.* $LOCALE_FILES skin/*.* install.rdf chrome.manifest
+zip -r $DEST content/*.* defaults/preferences/*.* $LOCALE_FILES skin/*.* install.rdf chrome.manifest -x \*.sw\*
 
 # quit if zip failed
 if [ "$?" != 0 ]; then

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



More information about the Pkg-mozext-commits mailing list