1
0
mirror of https://github.com/SmartHoneybee/ubiquitous-memory synced 2025-12-23 09:01:12 +01:00

Build and package mmctl (#136)

This commit is contained in:
Pierre de La Morinerie
2021-11-08 18:50:47 +01:00
committed by GitHub
parent f3aa038f93
commit cef04b0488
5 changed files with 31 additions and 11 deletions

View File

@@ -16,7 +16,7 @@ index 7f989d4b4..886119275 100644
endif
#Download MMCTL for Linux
- scripts/download_mmctl_release.sh "Linux" $(DIST_PATH_LIN)/bin
+ #scripts/download_mmctl_release.sh "Linux" $(DIST_PATH_LIN)/bin
+ cp "${HOME}/go/src/github.com/mattermost/mmctl/mmctl" $(DIST_PATH_LIN)/bin
@# Prepackage plugins
@for plugin_package in $(PLUGIN_PACKAGES) ; do \
ARCH="linux-amd64"; \