Skip to content

Commit

Permalink
Makefile: update to change name of attribute
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
  • Loading branch information
otavio committed Feb 15, 2012
1 parent 941b5e2 commit 80879d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ${SRC}:
cp src/$@.css content/wc.css
cp src/$@.xul content/wc.xul
cp src/$@.js content/wc.js
sed -i 's,<em:name>.*</em:name>,<em:name>$@</em:name>,g' install.rdf
sed -i 's,em:name=".*",em:name="$@",g' install.rdf
zip -r $@.xpi chrome.manifest content install.rdf defaults components

clean:
Expand Down

0 comments on commit 80879d1

Please sign in to comment.