Skip to content

Commit

Permalink
fix icon creation for web service packages
Browse files Browse the repository at this point in the history
- create icons when DSM_UI_CONFIG is defined
  • Loading branch information
hgy59 committed Oct 7, 2023
1 parent bd97509 commit b6acead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/spksrc.icon.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ICON_COOKIE = $(WORK_DIR)/.$(COOKIE_PREFIX)icon_done
# Icons are only needed with "DSM UI configuration" (see spksrc.service.mk)
ifneq ($(strip $(DSM_UI_DIR)),)
ifneq ($(strip $(SPK_ICON)),)
ifneq ($(or $(strip $(SERVICE_PORT)), $(strip $(ADMIN_URL))),)
ifneq ($(or $(strip $(SERVICE_PORT)), $(strip $(ADMIN_URL)), $(strip $(DSM_UI_CONFIG))),)
ifeq ($(strip $(NO_SERVICE_SHORTCUT)),)
ICON_DIR = $(STAGING_DIR)/$(DSM_UI_DIR)/images
endif
Expand Down

0 comments on commit b6acead

Please sign in to comment.