From 4e1de9b016f51780a1f4a71d3e0432352598d5bc Mon Sep 17 00:00:00 2001 From: fgerlits Date: Sat, 6 Aug 2005 10:57:11 +0000 Subject: [PATCH] added copying of /bin/postInstallStation.sh --- livesupport/etc/Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/livesupport/etc/Makefile.in b/livesupport/etc/Makefile.in index 2f073af59..c9a44e986 100644 --- a/livesupport/etc/Makefile.in +++ b/livesupport/etc/Makefile.in @@ -21,7 +21,7 @@ # # # Author : $Author: fgerlits $ -# Version : $Revision: 1.15 $ +# Version : $Revision: 1.16 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/etc/Makefile.in,v $ #------------------------------------------------------------------------------- @@ -428,6 +428,8 @@ check: install: setup compile create_database install_modules install_products ${MKDIR} ${USR_ETC_DIR}/apache ${CP} ${ETC_DIR}/apache/*.conf ${USR_ETC_DIR}/apache + ${MKDIR} ${USR_BIN_DIR} + ${CP} ${BIN_DIR}/postInstallStation.sh ${USR_BIN_DIR} create_database: ifeq (@CREATE_LS_DATABASE@,yes)