From 3414ac841f93a6ea64bdb0d930851ebb2e322e5b Mon Sep 17 00:00:00 2001 From: sebastian Date: Wed, 28 Sep 2005 22:30:16 +0000 Subject: [PATCH] changing properties --- livesupport/modules/htmlUI/etc/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/livesupport/modules/htmlUI/etc/Makefile.in b/livesupport/modules/htmlUI/etc/Makefile.in index 0afc15e29..939f48a35 100644 --- a/livesupport/modules/htmlUI/etc/Makefile.in +++ b/livesupport/modules/htmlUI/etc/Makefile.in @@ -129,6 +129,7 @@ install: configure_apache ${MKDIR} ${USR_VAR_DIR}/LiveSupport/htmlUI/var/html ${MKDIR} ${USR_VAR_DIR}/LiveSupport/htmlUI/var/html/img ${MKDIR} ${USR_VAR_DIR}/LiveSupport/htmlUI/var/html/css_img + ${MKDIR} ${USR_VAR_DIR}/LiveSupport/htmlUI/var/html/assets ${MKDIR} ${USR_VAR_DIR}/LiveSupport/htmlUI/var/Smarty ${MKDIR} ${USR_VAR_DIR}/LiveSupport/htmlUI/var/Smarty/libs ${MKDIR} ${USR_VAR_DIR}/LiveSupport/htmlUI/var/Smarty/libs/plugins @@ -159,6 +160,8 @@ install: configure_apache ${CP} ${VAR_DIR}/html/img/*.png ${VAR_DIR}/html/img/*.gif \ ${VAR_DIR}/html/img/*.swf ${VAR_DIR}/html/img/*.image \ ${USR_VAR_DIR}/LiveSupport/htmlUI/var/html/img + ${CP} ${VAR_DIR}/html/assets/*.js \ + ${USR_VAR_DIR}/LiveSupport/htmlUI/var/html/assets ${CP} ${VAR_DIR}/html/css_img/*.png \ ${USR_VAR_DIR}/LiveSupport/htmlUI/var/html/css_img ${CP} ${VAR_DIR}/formmask/*.php \