Skip to content

Commit 664ec97

Browse files
authored
Fix documentserver build (#143)
1 parent e45518c commit 664ec97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ DS_BIN_REPO := ./ds-repo
168168
DS_BIN := ./$(TARGET)/ds-bin-$(PRODUCT_VERSION)$(ARCH_EXT)
169169

170170
ifeq ($(PRODUCT_NAME),$(filter $(PRODUCT_NAME),documentserver-ee documentserver-ie))
171-
DEPLOY += $(DS_BIN_REPO)
171+
DEPLOY += deploy-bin
172172
endif
173173

174174
ISCC := iscc

0 commit comments

Comments
 (0)