summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSasa Bodiroza <jazzva@gmail.com>2008-07-08 19:28:26 +0000
committerSasa Bodiroza <jazzva@gmail.com>2008-07-08 19:28:26 +0000
commit9dc3b8381ff02990051c8310fabddd221ca1482e (patch)
tree77ce4353601cf88962c5ddbf21135ef890b2cae1
parentfaf50e665b7221ef4aa05f81bd47b498ee1c3ec3 (diff)
Improve documentation for med-xpi-pack
-rw-r--r--README7
1 files changed, 5 insertions, 2 deletions
diff --git a/README b/README
index b34cda4..4fce592 100644
--- a/README
+++ b/README
@@ -248,10 +248,13 @@ the unpacked JAR files have the format explained in med-xpi-unpack section. The
script will pack the contents of the directory to the JAR file, named like the
JAR directory, with stripped "!" sign. For example, contents of "test.jar!" are
packed to "test.jar" file. After that, it will remove all JAR directories.
-Finally, it will pack the contents of the input directory to the XPI file.
+Finally, it will pack the contents of the input directory to the XPI file,
+which is placed inside the provided input directory. This behaviour is because
+xpi.mk will look for XPI file inside top-level extension directory, which is
+the input directory in that case.
To run it, pass the name of the input directory, and the name of the XPI file:
-$ med-xpi-pack ubufox ubufox.xpi
+$ med-xpi-pack . ubufox.xpi
In case some of the parameters are missing, input directory doesn't exist, or
output XPI file already exists, it will report an error and exit.