diff options
author | Remi Collet <fedora@famillecollet.com> | 2010-12-17 19:52:14 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2010-12-17 19:52:14 +0100 |
commit | 3a978c7572277254a64476266134fdb2989ca6f2 (patch) | |
tree | 4cf4218e01d6f52b89f8439bfb036872c7dd56cf /ffxpi | |
parent | 625edb59e04f800e31688b7e5bc69c8b8018748b (diff) |
firefox4-4.0-0.13.beta8.build1
Diffstat (limited to 'ffxpi')
-rwxr-xr-x | ffxpi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ packxpi() { echo Création de $1.xpi mv $1.xpi /tmp cd tmp/$1 - zip ../../$1.xpi install.rdf chrome/* chrome.manifest + zip ../../$1.xpi -r install.rdf chrome/* chrome.manifest fi } donexpi() { |