From bb4efb7305ac0560fe629e421b587dbb85e68183 Mon Sep 17 00:00:00 2001 From: Gilver Date: Sun, 21 Sep 2025 20:35:36 -0500 Subject: [PATCH] Ugh Signed-off-by: Gilver --- anda/apps/goofcord/stable/goofcord.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/apps/goofcord/stable/goofcord.spec b/anda/apps/goofcord/stable/goofcord.spec index 16c1decf4d..df40c9d47e 100644 --- a/anda/apps/goofcord/stable/goofcord.spec +++ b/anda/apps/goofcord/stable/goofcord.spec @@ -40,8 +40,8 @@ A highly configurable and privacy minded Discord client. %if %{with vendored_nodejs} touch ~/.bash_profile NVM_DIR="%{rpmbuilddir}/.nvm" curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash -. "%{rpmbuilddir}/.nvm/nvm.sh" -. "%{rpmbuilddir}/.nvm/bash_completion" +. "$NVM_DIR/.nvm/nvm.sh" +. "$NVM_DIR/bash_completion" nvm install 24 %endif