Skip to content

Commit

Permalink
framework: fix DSM_UI_DIR defaults to app (#3528)
Browse files Browse the repository at this point in the history
  • Loading branch information
ymartin59 authored Nov 30, 2018
1 parent 695b9ba commit 1921bcc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions mk/spksrc.service.mk
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ else
$(PRE_SERVICE_TARGET): service_msg_target
endif

ifeq ($(strip $(DSM_UI_DIR)),)
DSM_UI_DIR=app
endif

.PHONY: service_target service_msg_target
.PHONY: $(PRE_SERVICE_TARGET) $(SERVICE_TARGET) $(POST_SERVICE_TARGET)
.PHONY: $(DSM_SCRIPTS_DIR)/service-setup $(DSM_SCRIPTS_DIR)/start-stop-status
Expand Down Expand Up @@ -206,9 +210,6 @@ endif
ifeq ($(strip $(SERVICE_PORT_ALL_USERS)),)
SERVICE_PORT_ALL_USERS=true
endif
ifeq ($(strip $(DSM_UI_DIR)),)
DSM_UI_DIR=app
endif

$(STAGING_DIR)/$(DSM_UI_DIR)/config:
$(create_target_dir)
Expand Down

0 comments on commit 1921bcc

Please sign in to comment.