From fd69c6bb1f41ef743176a7988f8a411b8428c261 Mon Sep 17 00:00:00 2001 From: Gilver Date: Sun, 21 Sep 2025 20:29:40 -0500 Subject: [PATCH] ? Signed-off-by: Gilver --- anda/apps/goofcord/stable/goofcord.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/anda/apps/goofcord/stable/goofcord.spec b/anda/apps/goofcord/stable/goofcord.spec index bb8ab5c985..baef10b234 100644 --- a/anda/apps/goofcord/stable/goofcord.spec +++ b/anda/apps/goofcord/stable/goofcord.spec @@ -38,7 +38,8 @@ A highly configurable and privacy minded Discord client. %prep %autosetup -n %{git_name}-%{version} %if %{with vendored_nodejs} -NVM_DIR="%{rpmbuilddir}/.nvm" curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash +touch ~/.bash_profile +HOME="%{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 install 24