fix(nvm): Give binscript the correct perms (#7888) (#7892)

I can't believe I didn't notice I typo'd the permission number.


(cherry picked from commit 18d19b8ccb)

Signed-off-by: Gilver <rockgrub@disroot.org>
Co-authored-by: Gilver <rockgrub@disroot.org>
This commit is contained in:
Raboneko
2025-12-02 16:13:29 -08:00
committed by GitHub
parent b6ff76db7e
commit e1b70ff486
+2 -2
View File
@@ -1,6 +1,6 @@
Name: nvm
Version: 0.40.3
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Node Version Manager
License: MIT
URL: https://github.com/nvm-sh/nvm
@@ -25,7 +25,7 @@ POSIX-compliant script to manage multiple active Node.js versions.
# Anyone home?
%install
install -Dm744 %{SOURCE1} %{buildroot}%{_bindir}/%{name}
install -Dm755 %{SOURCE1} %{buildroot}%{_bindir}/%{name}
install -Dm644 bash_completion %{buildroot}%{bash_completions_dir}/%{name}.bash
# Another cursed script that uses bashcompinit to use one file for Bash and Zsh completions