mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-02-10 18:05:16 +08:00
Fix enterprise package build
This commit is contained in:
@ -156,11 +156,11 @@ build : $(LINUX_DEPS)
|
|||||||
chmod 755 $@/main/opt/$(DESKTOPEDITORS_PREFIX)/DesktopEditors
|
chmod 755 $@/main/opt/$(DESKTOPEDITORS_PREFIX)/DesktopEditors
|
||||||
|
|
||||||
ifneq ($(PACKAGE_EDITION), commercial)
|
ifneq ($(PACKAGE_EDITION), commercial)
|
||||||
cp -ft $@/main/opt/$(DESKTOPEDITORS_PREFIX) \
|
cp -f $(BRANDING_DIR)/../../../common/package/license/$(PACKAGE_EDITION)/LICENSE.txt \
|
||||||
$(BRANDING_DIR)/../../../common/package/license/$(PACKAGE_EDITION)/LICENSE.txt
|
$@/main/opt/$(DESKTOPEDITORS_PREFIX)/LICENSE.txt
|
||||||
else
|
else
|
||||||
cp -ft $@/main/opt/$(DESKTOPEDITORS_PREFIX) \
|
cp -f $(BRANDING_DIR)/../../../common/package/license/$(PACKAGE_EDITION)/LICENSE.txt \
|
||||||
$(BRANDING_DIR)/../../../common/package/license/$(PACKAGE_EDITION)/EULA.txt
|
$@/main/opt/$(DESKTOPEDITORS_PREFIX)/EULA.txt
|
||||||
endif
|
endif
|
||||||
|
|
||||||
cd $@; \
|
cd $@; \
|
||||||
|
|||||||
Reference in New Issue
Block a user