Don't add FILESDIR to config; it's not necessary

This commit is contained in:
Laurence Withers 2007-01-02 10:44:09 +00:00
parent b42bbd0e98
commit d549a21d78
2 changed files with 0 additions and 2 deletions

View File

@ -5,7 +5,6 @@ then
fi fi
do_parameter_subst do_parameter_subst
add_config_option "FILESDIR" "${COPT_FILESDIR_DEFAULT}"
true true
# kate: replace-trailing-space-save true; space-indent true; tab-width 4; # kate: replace-trailing-space-save true; space-indent true; tab-width 4;

View File

@ -93,7 +93,6 @@ COPT_CC_DEFAULT="gcc"
COPT_CXX_DEFAULT="g++" COPT_CXX_DEFAULT="g++"
COPT_CFLAGS_DEFAULT="-g -O2 -W -Wall" COPT_CFLAGS_DEFAULT="-g -O2 -W -Wall"
COPT_QTSTUFF_DEFAULT='-I${QTDIR}/include -L${QTDIR}/lib -lqt-mt' COPT_QTSTUFF_DEFAULT='-I${QTDIR}/include -L${QTDIR}/lib -lqt-mt'
COPT_FILESDIR_DEFAULT='${PREFIX}/share/@P@/@NAME@'