mirror of
https://github.com/ansible/awx.git
synced 2026-03-19 18:07:33 -02:30
fixed
This commit is contained in:
3
Makefile
3
Makefile
@@ -412,9 +412,6 @@ ui-release: $(UI_BUILD_FLAG_FILE)
|
|||||||
ui-devel: awx/ui/node_modules
|
ui-devel: awx/ui/node_modules
|
||||||
@$(MAKE) -B $(UI_BUILD_FLAG_FILE)
|
@$(MAKE) -B $(UI_BUILD_FLAG_FILE)
|
||||||
@if [ -d "/var/lib/awx" ] ; then \
|
@if [ -d "/var/lib/awx" ] ; then \
|
||||||
command1 ; \
|
|
||||||
command2 ; \
|
|
||||||
... ;\
|
|
||||||
mkdir -p /var/lib/awx/public/static/css; \
|
mkdir -p /var/lib/awx/public/static/css; \
|
||||||
mkdir -p /var/lib/awx/public/static/js; \
|
mkdir -p /var/lib/awx/public/static/js; \
|
||||||
mkdir -p /var/lib/awx/public/static/media; \
|
mkdir -p /var/lib/awx/public/static/media; \
|
||||||
|
|||||||
Reference in New Issue
Block a user