From 9fe0fa5e7234d6ffe882a9ae5aafd7a8be6dc319 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 18 Sep 2025 08:33:55 +0000 Subject: automatic import of osmind-ai --- osmind-ai.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'osmind-ai.spec') diff --git a/osmind-ai.spec b/osmind-ai.spec index 61f27e9..98dad4c 100644 --- a/osmind-ai.spec +++ b/osmind-ai.spec @@ -10,7 +10,7 @@ Source0: %{name}-%{version}.tar.gz %global debug_package %{nil} %global _enable_debug_package 0 -#BuildRequires: go +BuildRequires: go Requires: systemd %description @@ -20,8 +20,8 @@ OSMind AI Service packaged as RPM. %setup -q %build -go mod tidy -go build -o osmind_agent cmd/einoagent/main.go # 替换为你的编译命令 +/usr/bin/go mod tidy +/usr/bin/go build -o osmind_agent cmd/einoagent/main.go # 替换为你的编译命令 %install # 创建目录 -- cgit v1.2.3