Browse Source

* fixed typo on DEVELOPMENT!=1 conditional

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

+ 1
- 1
parse-config

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

Loading…
Cancel
Save