Browse Source

[rustup-init] chmod +x

nsITobin 3 weeks ago
parent
commit
16122e9f85
1 changed files with 4 additions and 1 deletions
  1. 4 1
      rustup-init/package.spec

+ 4 - 1
rustup-init/package.spec

@@ -1,6 +1,6 @@
 Name: rustup-init
 Version:  1.27.1
-Release:  1%{?dist}
+Release:  2%{?dist}
 Summary: Rustup: the Rust toolchain installer
 
 License: MPL-2.0
@@ -13,10 +13,13 @@ Rustup installs The Rust Programming Language from the official release channels
 rm -vrf $RPM_BUILD_ROOT
 mkdir -vp $RPM_BUILD_ROOT/%{_bindir}
 cp -v $RPM_SOURCE_DIR/%{name} $RPM_BUILD_ROOT/%{_bindir}
+chmod +x $RPM_BUILD_ROOT/%{_bindir}/%{name}
 
 %files
 %{_bindir}/%{name}
 
 %changelog
 * Fri Sep 27 2024 Matt A. Tobin <email@mattatobin.com>
+- Chmod rustup-init
+* Fri Sep 27 2024 Matt A. Tobin <email@mattatobin.com>
 - Inital creation