Browse Source

* changed Idunn to filter rocknet files out of flist

legacy/try1
amery 20 years ago
parent
commit
0245e7eb37
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      parse-config

+ 4
- 0
parse-config

@ -9,6 +9,10 @@ if [ -f $base/target/idunn/patches/$pkg.patch ]; then
var_append patchfiles ' ' "$base/target/idunn/patches/$pkg.patch"
fi
# no documentation
var_append flistdel '|' 'usr/share/man/.*'
var_append flistdel '|' 'usr/share/doc/.*'
var_append flistdel '|' 'usr/share/info/.*'
# no rocknet stuff
var_append flistdel '|' 'lib/network/.*'

Loading…
Cancel
Save