[Pkg-mozext-commits] [itsalltext] 176/459: prevent .orig files from being xpi'd

David Prévot taffit at moszumanska.debian.org
Tue Feb 24 23:26:19 UTC 2015


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

taffit pushed a commit to branch master
in repository itsalltext.

commit 06f8fca32b97bb4305ddd83de85906f4357ed158
Author: docwhat at gerf.org <docwhat at gerf.org>
Date:   Mon Mar 26 11:38:47 2007 -0400

    prevent .orig files from being xpi'd
---
 Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 08d9280..3f3163a 100644
--- a/Makefile
+++ b/Makefile
@@ -22,9 +22,7 @@
 SOURCES:=$(shell find . \
 	   -not -regex '^\(\|.*/\)\(tmpdir\|CVS\|\.hg\|\.DS_Store\|docs\).*\(\|/.*\)$$' \
        -not -name 'Makefile' \
-       -not -name '*\.log' \
-       -not -name '*\.lint' \
-       -not -name '*\.xpi' \
+       -not -name '*\.\(log\|orig\|lint\|xpi\)' \
        -not -name '.*' \
        -not -name '*~' \
 	   -print)

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



More information about the Pkg-mozext-commits mailing list