summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLauri Aarnio <Lauri.Aarnio@iki.fi>2009-02-15 20:40:17 +0200
committerLauri Leukkunen <lle@rahina.org>2009-02-16 11:50:39 +0200
commit0c0dc08f56beebf95942511c1aef1f77170c9702 (patch)
treeee1a4406ded169533cca514d6d6f6978913b69f2
parent5dece7403940041ff0b01de809618ac7765d5528 (diff)
Fix: added perl- and python library checking rules for sb2-check-pkg-mappings
-rw-r--r--modeconf/sb2rc.devel7
1 files changed, 7 insertions, 0 deletions
diff --git a/modeconf/sb2rc.devel b/modeconf/sb2rc.devel
index 80c79a3..cd6f2cb 100644
--- a/modeconf/sb2rc.devel
+++ b/modeconf/sb2rc.devel
@@ -55,10 +55,17 @@ case "$sb2rc_mode" in
# /usr/share/aclocal/glib-2.0.m4
# /usr/share/aclocal/glib-gettext.m4
#
+ # Note: now there are special mapping rules for perl & python,
+ # /usr/lib/perl* and /usr/lib/python* can be ignored here,
+ # because the mapping rules select correct versions for
+ # the binaries automatically.
+ #
SB2_CHECK_PKG_MAPPINGS_IGNORE_LIST=" \
@require-both: \
/usr/bin /usr/sbin /sbin \
@ignore: \
+ /usr/lib/perl \
+ /usr/lib/python \
/etc \
/usr/share/man /usr/share/doc /usr/share/gtk-doc \
/usr/share/doc-base \