[Pkg-mozext-commits] [SCM] Collection of development scripts used for XUL extensions. branch, master, updated. 0.23-74-g474ee3b

Benjamin Drung bdrung at debian.org
Sat Aug 18 22:06:22 UTC 2012


The following commit has been merged in the master branch:
commit 474ee3b962d4ed005ca36cf9f9ee522d97872784
Author: Benjamin Drung <bdrung at debian.org>
Date:   Sun Aug 19 00:06:14 2012 +0200

    Improve comment.

diff --git a/install-xpi b/install-xpi
index eec71c0..495492d 100755
--- a/install-xpi
+++ b/install-xpi
@@ -159,7 +159,7 @@ def install_xpi(script_name, package, xpi_file, exclude, install_dir, links,
 
     # create a system preference file in /etc
     if system_prefs:
-        # search for preference files
+        # search for preference .js files in defaults/preferences/
         pref_dir = os.path.join("defaults", "preferences")
         preferences = filter(lambda f: os.path.dirname(f) == pref_dir and \
                                        f.endswith(".js"), xpi_content)

-- 
Collection of development scripts used for XUL extensions.



More information about the Pkg-mozext-commits mailing list