Tardiba - The Tasmanian Devil Database Server
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

23 lines
715 B

#Description: Tardiba - The Tazmanian Devil Database Server
const SDECFG_TRG_TARDIBA ${target:-$SDECFG_TARGET}
if [ ! -s $cfgtmpdir/tardiba.config.in ]; then
SDECFG_TRG_MNEMOSYNE=$( cat ./target/$SDECFG_TRG_TARDIBA/extends )
if ! perl ./target/$SDECFG_TRG_MNEMOSYNE/mnemosyne.pl "./target/$SDECFG_TRG_TARDIBA/pkgsel" TRG_TARDIBA \
$cfgtmpdir/tardiba.{config,rules,awkgen}.in; then
echo "mnemosyne.pl failed!"
rm -f $cfgtmpdir/tardiba.{config,rules,awkgen}.in
fi
fi
if [ -s $cfgtmpdir/tardiba.config.in ]; then
. $cfgtmpdir/tardiba.rules.in
. $cfgtmpdir/tardiba.config.in
else
comment ' '
comment 'ERROR: plugins config was not rendered!'
fi
comment ' '
menu_begin MENU_MNEMOSYNE 'Advanced Options'