From 48ec6c98770f633f20b24e23287a4f3568a743b3 Mon Sep 17 00:00:00 2001 From: amery Date: Wed, 19 Jul 2006 21:49:30 +0000 Subject: [PATCH] * enhanced idunn to auto-inject pkg_conf/$pkg.conf if it's there --- parse-config | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/parse-config b/parse-config index d385cbd..683470b 100644 --- a/parse-config +++ b/parse-config @@ -9,6 +9,11 @@ if [ -f $base/target/idunn/patches/$pkg.patch ]; then var_append patchfiles ' ' "$base/target/idunn/patches/$pkg.patch" fi +if [ -f $base/target/idunn/pkg_conf/$pkg.conf ]; then + echo_status "Tweaking $pkg for Idunn!" + . "$base/target/idunn/pkg_conf/$pkg.conf" +fi + # no documentation var_append flistdel '|' 'usr/share/man/.*' var_append flistdel '|' 'usr/share/doc/.*'