Browse Source

* enhanced mnemosyne's parse-config to excluse headers, pkg-config files and static libraries if DEVELOPMENT!=1

legacy/multilib
Alejandro Mery 18 years ago
parent
commit
1a658e77df
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      parse-config

+ 4
- 0
parse-config

@ -59,3 +59,7 @@ mnemosyne_postinstall() {
fi
}
if [ "$SDECFGSET_TGT_MNEMOSYNE_DEVELOPMENT" != 1 ]; then
echo_status "No developent files will be flisted"
var_append flistdel '|' '.*\.h|.*\.a|.*\.la|.*\.pc'
fi

Loading…
Cancel
Save