The storageAdmin installation fixed.

This commit is contained in:
tomas 2005-08-10 21:49:40 +00:00
parent d9f9fe0450
commit 3ac4f00144
2 changed files with 10 additions and 6 deletions

View file

@ -107,6 +107,9 @@ install-arch:
$(CURDIR)/debian/livesupport/opt/livesupport/var/LiveSupport/htmlUI \
$(CURDIR)/debian/livesupport/opt/livesupport/var/LiveSupport/storageServer \
$(CURDIR)/debian/livesupport-station/opt/livesupport/var/LiveSupport
mv -f $(CURDIR)/debian/livesupport/opt/livesupport/usr/bin \
$(CURDIR)/debian/livesupport/opt/livesupport/usr/var \
$(CURDIR)/debian/livesupport-station/opt/livesupport/usr
mv -f $(CURDIR)/debian/livesupport/opt/livesupport/var/cache \
$(CURDIR)/debian/livesupport-station/opt/livesupport/var
mv -f $(CURDIR)/debian/livesupport/opt/livesupport/etc/apache \

View file

@ -21,7 +21,7 @@
#
#
# Author : Author$
# Version : $Revision: 1.2 $
# Version : $Revision: 1.3 $
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageAdmin/etc/Makefile.in,v $
#
# @configure_input@
@ -73,7 +73,8 @@ DOXYGEN_CONFIG = ${ETC_DIR}/doxygen.config
PHP_DIR = ${VAR_DIR}
#TEST_RUNNER = ${PHP_DIR}/tests/index.php
DEST_DIR = ${USR_VAR_DIR}/LiveSupport/storageAdmin/var
#DEST_DIR = ${USR_VAR_DIR}/LiveSupport/storageAdmin/var
DEST_DIR = ${USR_DIR}/usr
USR_VAR_DIR_S=$(shell ${ECHO} ${USR_VAR_DIR} | ${SED} -e "s/\//\\\\\\\\\//g")
@ -128,10 +129,10 @@ distclean: clean docclean
check: all
install:
${CP} ${BIN_DIR}/*.sh ${USR_DIR}/bin
${RM} ${USR_DIR}/bin/autogen.sh
${MKDIR} ${DEST_DIR}
${CP} ${VAR_DIR}/*.php ${DEST_DIR}
${CP} ${BIN_DIR}/*.sh ${DEST_DIR}/bin
${RM} ${DEST_DIR}/bin/autogen.sh
${MKDIR} ${DEST_DIR}/var
${CP} ${VAR_DIR}/*.php ${DEST_DIR}/var
${CAT} ${VAR_DIR}/conf.php.template | ${SED} -e ${REPLACE_SED_STRING} \
> ${DEST_DIR}/conf.php