mirror of
https://github.com/SmartHoneybee/ubiquitous-memory
synced 2025-04-29 15:19:41 +02:00
41 lines
1.2 KiB
Diff
41 lines
1.2 KiB
Diff
diff --git a/build/release.mk b/build/release.mk
|
|
index 3e9a11339..c8bd5409f 100644
|
|
--- a/build/release.mk
|
|
+++ b/build/release.mk
|
|
@@ -97,7 +97,7 @@ package:
|
|
cp -RL $(BUILD_WEBAPP_DIR)/dist/* $(DIST_PATH)/client
|
|
|
|
@#Download MMCTL
|
|
- scripts/download_mmctl_release.sh "" $(DIST_PATH)/bin
|
|
+ #scripts/download_mmctl_release.sh "" $(DIST_PATH)/bin
|
|
|
|
@# Help files
|
|
ifeq ($(BUILD_ENTERPRISE_READY),true)
|
|
@@ -126,7 +126,7 @@ endif
|
|
|
|
|
|
@# ----- PLATFORM SPECIFIC -----
|
|
-
|
|
+_:
|
|
@# Make osx package
|
|
@# Copy binary
|
|
ifeq ($(BUILDER_GOOS_GOARCH),"darwin_amd64")
|
|
@@ -196,7 +196,7 @@ endif
|
|
rm -f $(DIST_PATH)/bin/platform.exe
|
|
rm -f $(DIST_PATH)/bin/mmctl.exe
|
|
rm -f $(DIST_PATH)/prepackaged_plugins/*
|
|
-
|
|
+package-linux: package
|
|
@# Make linux package
|
|
@# Copy binary
|
|
ifeq ($(BUILDER_GOOS_GOARCH),"linux_amd64")
|
|
@@ -207,7 +207,7 @@ else
|
|
cp $(GOBIN)/linux_amd64/platform $(DIST_PATH)/bin # from cross-compiled bin dir
|
|
endif
|
|
#Download MMCTL for Linux
|
|
- scripts/download_mmctl_release.sh "Linux" $(DIST_PATH)/bin
|
|
+ #scripts/download_mmctl_release.sh "Linux" $(DIST_PATH)/bin
|
|
@# Prepackage plugins
|
|
@for plugin_package in $(PLUGIN_PACKAGES) ; do \
|
|
ARCH="linux-amd64"; \
|