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/htmlUI \
$(CURDIR)/debian/livesupport/opt/livesupport/var/LiveSupport/storageServer \ $(CURDIR)/debian/livesupport/opt/livesupport/var/LiveSupport/storageServer \
$(CURDIR)/debian/livesupport-station/opt/livesupport/var/LiveSupport $(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 \ mv -f $(CURDIR)/debian/livesupport/opt/livesupport/var/cache \
$(CURDIR)/debian/livesupport-station/opt/livesupport/var $(CURDIR)/debian/livesupport-station/opt/livesupport/var
mv -f $(CURDIR)/debian/livesupport/opt/livesupport/etc/apache \ mv -f $(CURDIR)/debian/livesupport/opt/livesupport/etc/apache \

View file

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