mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
fix: gcm-core
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user