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}