[Pkg-mozext-commits] [itsalltext] 52/459: My install.rdf changed somehow, weird

David Prévot taffit at moszumanska.debian.org
Tue Feb 24 23:26:05 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 8ee43a0dcc5250606bf1c55cd4a20e04d92b45ef
Author: Christian Höltje <docwhat at gerf.org>
Date:   Wed Jan 3 23:29:33 2007 -0500

    My install.rdf changed somehow, weird
---
 Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 63dce54..7b92b18 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,8 @@ SOURCES=$(shell find . \
        -not -name '.*' \
        -not -name '*~' \
 	   -print)
-VERSION=$(shell grep '<em:version>' install.rdf| perl -p -e 's!.*<em:version>\s*([^<]*)\s*</em:version>.*!$$1!;')
+#VERSION=$(shell grep '<em:version>' install.rdf| perl -p -e 's!.*<em:version>\s*([^<]*)\s*</em:version>.*!$$1!;')
+VERSION=$(shell grep 'em:version=' install.rdf| perl -p -e 's!.*em:version\s*=\s*"([^"]*)".*!$$1!;')
 SOURCES_JS=$(shell echo "$(SOURCES)" | xargs -n 1 echo | grep -E '\.js$$')
 
 XPI_FILE=../itsalltext-$(VERSION).xpi

-- 
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