|
|
@ -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/.*' |
|
|
|