added missing odbc_template file customization

This commit is contained in:
fgerlits 2005-08-10 17:36:10 +00:00
parent f901869f49
commit 53563bce1b

View file

@ -21,7 +21,7 @@
#
#
# Author : $Author: fgerlits $
# Version : $Revision: 1.68 $
# Version : $Revision: 1.69 $
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/etc/Makefile.in,v $
#
# @configure_input@
@ -369,8 +369,10 @@ copy_files:
${MKDIR} ${USR_ETC_DIR}
${CP} ${BIN_DIR}/scheduler.sh ${USR_BIN_DIR}
${CP} ${SCHEDULER_EXE} ${USR_BIN_DIR}
${CP} ${ETC_DIR}/odbc_template ${ETC_DIR}/odbcinst_debian_template \
${CP} ${ETC_DIR}/odbcinst_debian_template \
${ETC_DIR}/odbcinst_template ${USR_ETC_DIR}
${CAT} ${ETC_DIR}/odbc_template | ${SED} -e ${REPLACE_SED_STRING} \
> ${USR_ETC_DIR}/odbc_template
${CAT} ${ETC_DIR}/scheduler.xml.template | ${SED} -e ${REPLACE_SED_STRING} \
> ${USR_ETC_DIR}/scheduler.xml