changing properties
This commit is contained in:
parent
e36e2ab8c8
commit
3414ac841f
1 changed files with 3 additions and 0 deletions
|
@ -129,6 +129,7 @@ install: configure_apache
|
||||||
${MKDIR} ${USR_VAR_DIR}/LiveSupport/htmlUI/var/html
|
${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/img
|
||||||
${MKDIR} ${USR_VAR_DIR}/LiveSupport/htmlUI/var/html/css_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
|
||||||
${MKDIR} ${USR_VAR_DIR}/LiveSupport/htmlUI/var/Smarty/libs
|
${MKDIR} ${USR_VAR_DIR}/LiveSupport/htmlUI/var/Smarty/libs
|
||||||
${MKDIR} ${USR_VAR_DIR}/LiveSupport/htmlUI/var/Smarty/libs/plugins
|
${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 \
|
${CP} ${VAR_DIR}/html/img/*.png ${VAR_DIR}/html/img/*.gif \
|
||||||
${VAR_DIR}/html/img/*.swf ${VAR_DIR}/html/img/*.image \
|
${VAR_DIR}/html/img/*.swf ${VAR_DIR}/html/img/*.image \
|
||||||
${USR_VAR_DIR}/LiveSupport/htmlUI/var/html/img
|
${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 \
|
${CP} ${VAR_DIR}/html/css_img/*.png \
|
||||||
${USR_VAR_DIR}/LiveSupport/htmlUI/var/html/css_img
|
${USR_VAR_DIR}/LiveSupport/htmlUI/var/html/css_img
|
||||||
${CP} ${VAR_DIR}/formmask/*.php \
|
${CP} ${VAR_DIR}/formmask/*.php \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue