added missing odbc_template file customization
This commit is contained in:
parent
f901869f49
commit
53563bce1b
1 changed files with 4 additions and 2 deletions
|
@ -21,7 +21,7 @@
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Author : $Author: fgerlits $
|
# 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 $
|
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/etc/Makefile.in,v $
|
||||||
#
|
#
|
||||||
# @configure_input@
|
# @configure_input@
|
||||||
|
@ -369,8 +369,10 @@ copy_files:
|
||||||
${MKDIR} ${USR_ETC_DIR}
|
${MKDIR} ${USR_ETC_DIR}
|
||||||
${CP} ${BIN_DIR}/scheduler.sh ${USR_BIN_DIR}
|
${CP} ${BIN_DIR}/scheduler.sh ${USR_BIN_DIR}
|
||||||
${CP} ${SCHEDULER_EXE} ${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}
|
${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} \
|
${CAT} ${ETC_DIR}/scheduler.xml.template | ${SED} -e ${REPLACE_SED_STRING} \
|
||||||
> ${USR_ETC_DIR}/scheduler.xml
|
> ${USR_ETC_DIR}/scheduler.xml
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue