From d82905fb6a933bd3fc0820ab5452fd62a746c39d Mon Sep 17 00:00:00 2001 From: ebner Date: Thu, 2 Oct 2025 16:42:56 +0200 Subject: [PATCH] test3 --- Pmodules_bash.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pmodules_bash.spec b/Pmodules_bash.spec index 2c87996..21392cd 100644 --- a/Pmodules_bash.spec +++ b/Pmodules_bash.spec @@ -30,7 +30,7 @@ token=${ACCESSTOKEN:-} if [ -n "$token" ]; then curl -L \ -H "Authorization: token $token" \ - -o %{_topdir}/SOURCES/bash-%{version}.tar.gz \ + -o SOURCES/bash-%{version}.tar.gz \ "https://gitea.psi.ch/Pmodules/bash/archive/bash-%{version}.tar.gz" fi %setup -q -n bash-%{version}