Don't add FILESDIR to config; it's not necessary
This commit is contained in:
parent
b42bbd0e98
commit
d549a21d78
|
@ -5,7 +5,6 @@ then
|
|||
fi
|
||||
|
||||
do_parameter_subst
|
||||
add_config_option "FILESDIR" "${COPT_FILESDIR_DEFAULT}"
|
||||
true
|
||||
|
||||
# kate: replace-trailing-space-save true; space-indent true; tab-width 4;
|
||||
|
|
|
@ -93,7 +93,6 @@ COPT_CC_DEFAULT="gcc"
|
|||
COPT_CXX_DEFAULT="g++"
|
||||
COPT_CFLAGS_DEFAULT="-g -O2 -W -Wall"
|
||||
COPT_QTSTUFF_DEFAULT='-I${QTDIR}/include -L${QTDIR}/lib -lqt-mt'
|
||||
COPT_FILESDIR_DEFAULT='${PREFIX}/share/@P@/@NAME@'
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue