mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
Fix linux tar-help build
This commit is contained in:
committed by
Alexey Golubev
parent
42c84c3d62
commit
6fdad734f1
@ -125,12 +125,11 @@ HELP_GLOB := opt/$(DESKTOPEDITORS_PREFIX)/editors/web-apps/apps/*/main/resources
|
||||
|
||||
-include $(BRANDING_DIR)/branding.mk
|
||||
|
||||
all : deb rpm rpm-suse tar tar-help
|
||||
all : deb rpm rpm-suse tar
|
||||
deb : $(DEB)
|
||||
rpm : $(RPM)
|
||||
rpm-suse : $(RPM_SUSE)
|
||||
tar : $(TAR)
|
||||
tar-help : $(TAR_HELP)
|
||||
tar : $(TAR) $(TAR_HELP)
|
||||
|
||||
clean :
|
||||
rm -rf \
|
||||
@ -345,4 +344,4 @@ $(BIN_FILES) $(DESKTOP_FILES) :
|
||||
%/$(PACKAGE_NAME).spec : %/package.spec
|
||||
cp $< $@
|
||||
|
||||
.PHONY : all clean deb rpm rpm-suse tar tar-help
|
||||
.PHONY : all clean deb rpm rpm-suse tar
|
||||
|
||||
Reference in New Issue
Block a user