Browse Source

* fixed typo on the test for DEVELOPMENT module

legacy/multilib
Alejandro Mery 18 years ago
parent
commit
df33dc97f4
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 [ "$SDECFGSET_TGT_MNEMOSYNE_DEVELOPMENT" != 1 ]; then
if [ "$SDECFG_TGT_MNEMOSYNE_DEVELOPMENT" != 1 ]; then
echo_status "No developent files will be flisted"
var_append flistdel '|' '.*\.h|.*\.a|.*\.la|.*\.pc'
fi

Loading…
Cancel
Save