From 18d19b8ccba49c4bff7ca8742ac57c314eba4cd4 Mon Sep 17 00:00:00 2001 From: Gilver Date: Tue, 2 Dec 2025 18:12:38 -0600 Subject: [PATCH] fix(nvm): Give binscript the correct perms (#7888) I can't believe I didn't notice I typo'd the permission number. Signed-off-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