From e1b70ff486eb52c2f31b2bbdb460bbb1b9fdf864 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Tue, 2 Dec 2025 16:13:29 -0800 Subject: [PATCH] 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 18d19b8ccba49c4bff7ca8742ac57c314eba4cd4) Signed-off-by: Gilver Co-authored-by: Gilver --- anda/tools/nvm/nvm.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/tools/nvm/nvm.spec b/anda/tools/nvm/nvm.spec index 0262ac182d..b9ae089afd 100644 --- a/anda/tools/nvm/nvm.spec +++ b/anda/tools/nvm/nvm.spec @@ -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