Browse Source

* enhanced idunn to auto-inject pkg_conf/$pkg.conf if it's there

legacy/try1
amery 18 years ago
parent
commit
48ec6c9877
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      parse-config

+ 5
- 0
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/.*'

Loading…
Cancel
Save