summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorFabien Tassin <fta@sofaraway.org>2008-01-29 15:32:50 +0100
committerFabien Tassin <fta@sofaraway.org>2008-01-29 15:32:50 +0100
commit863e17f9376d2f4ba9dc16fa2add82f272c157f0 (patch)
treeb0dd585e39f04ba0fc324935fe594c5f4c42f28a /README
parent2ca5718c584c83e7a7cb397e02982ba0a9a32eea (diff)
* Provide an example of how to tweak COMPARE_FILTER_IN
- update README
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index 0c43896..6663296 100644
--- a/README
+++ b/README
@@ -93,3 +93,8 @@ To use (if not already done for another mozilla-devscripts script)
- in debian/control: add mozilla-devscripts to Build-Depends
- in debian/rules: add "include /usr/share/mozilla-devscripts/yourproject.mk"
+Example of COMPARE_FILTER_IN tweak:
+
+COMPARE_FILTER_IN += \
+ -e 's,^usr/lib/seamonkey-2.0/extensions/{f13b157f-b174-47e7-a34d-4815ddfdfeb8}.*,,' \
+ $(NULL)