From 44e5e4e3da44ef2ffd8a9d897cd6269784f4040c Mon Sep 17 00:00:00 2001 From: windowsboy111 Date: Mon, 20 Feb 2023 00:38:04 +0800 Subject: [PATCH] fix: gcm-core --- anda/tools/gcm-core/gcm-core.spec | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/anda/tools/gcm-core/gcm-core.spec b/anda/tools/gcm-core/gcm-core.spec index 2483716c20..e118a55c50 100644 --- a/anda/tools/gcm-core/gcm-core.spec +++ b/anda/tools/gcm-core/gcm-core.spec @@ -30,18 +30,17 @@ Secure, cross-platform Git credential storage with authentication to GitHub, Azu %prep %forgesetup - %build dotnet build -c LinuxRelease - %install -install -D -m 755 out/linux/Packaging.Linux/payload/Release/%{long_name}-core %{buildroot}%{_bindir}/%{long_name}-core +ls out/linux/Packaging.Linux/Release/payload -alh +install -Dm755 out/linux/Packaging.Linux/Release/payload/%{long_name} %{buildroot}%{_bindir}/%{long_name} %files %license LICENSE - +/usr/bin/git-credential-manager %changelog