changed reference to createDatabase.sh to point to its correct location
This commit is contained in:
parent
6e1647ffe5
commit
61d2e535d3
1 changed files with 5 additions and 5 deletions
|
@ -21,7 +21,7 @@
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Author : $Author: fgerlits $
|
# Author : $Author: fgerlits $
|
||||||
# Version : $Revision: 1.19 $
|
# Version : $Revision: 1.20 $
|
||||||
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/etc/Makefile.in,v $
|
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/etc/Makefile.in,v $
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -436,10 +436,10 @@ install: setup compile create_database install_modules install_products
|
||||||
|
|
||||||
create_database:
|
create_database:
|
||||||
ifeq (@CREATE_LS_DATABASE@,yes)
|
ifeq (@CREATE_LS_DATABASE@,yes)
|
||||||
${BIN_DIR}/createDatabase.sh --database=${DATABASE} \
|
${SCHEDULER_DIR}/bin/createDatabase.sh --database=${DATABASE} \
|
||||||
--dbserver=${DB_SERVER} \
|
--dbserver=${DB_SERVER} \
|
||||||
--dbuser=${DB_USER} \
|
--dbuser=${DB_USER} \
|
||||||
--dbpassword=${DB_PASSWORD}
|
--dbpassword=${DB_PASSWORD}
|
||||||
endif
|
endif
|
||||||
|
|
||||||
install_modules:
|
install_modules:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue