[Pkg-mozext-commits] [itsalltext] 322/459: Fixed en-US jar

David Prévot taffit at moszumanska.debian.org
Tue Feb 24 23:26:34 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 db3028eaa216a2519e32ab6fc01792e75b19bd04
Author: Christian Höltje <docwhat at gmail.com>
Date:   Mon May 19 13:31:52 2008 -0400

    Fixed en-US jar
---
 Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile
index 5529c76..5397dca 100644
--- a/Makefile
+++ b/Makefile
@@ -117,16 +117,16 @@ final/%: stage1/%
 final/chrome.manifest: stage1/chrome.manifest Makefile
 	$(Q)mkdir -p $(dir $@)
 	$(Q)perl -p -e 's!^(\s*content\s+itsalltext\s+)(chrome/)(\S+\s*)$$!$$1jar:$$2content.jar\!/$$3!;'  \
-	-e 's!^(\s*locale\s+itsalltext\s+)(\S+)(\s+)(chrome/)(\S+\s*)$$!$$1$$2$$3jar:$$4$$2.jar\!/$$5!;' $< \
+	-e 's!^(\s*locale\s+itsalltext\s+)(\S+)(\s+)(chrome/)locale/(\S+\s*)$$!$$1$$2$$3jar:$$4$$2.jar\!/$$5!;' $< \
 	> $@
 
-final/chrome/content.jar: stage1
+final/chrome/content.jar: stage1 Makefile
 	$(Q)mkdir -p $(dir $@)
 	$(Q)cd stage1/chrome && $(ZIP) -r ../../$@ content
 
-final/chrome/en-US.jar: stage1
+final/chrome/en-US.jar: stage1 Makefile
 	$(Q)mkdir -p $(dir $@)
-	$(Q)cd stage1/chrome && $(ZIP) -r ../../$@ locale/en-US
+	$(Q)cd stage1/chrome/locale && $(ZIP) -r ../../../$@ en-US
 
 .PHONY: build
 build: final

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