diff --git a/rpm/libzypp.spec b/rpm/libzypp.spec index 219663c..ccd42e6 100644 --- a/rpm/libzypp.spec +++ b/rpm/libzypp.spec @@ -91,6 +91,8 @@ Authors: %patch7 -p1 %build +# Relocate all the dirs in /var/cache/zypp to /home/.zypp-cache +sed -i -r 's/^#(.*)\/var\/cache\/zypp/\1\/home\/.zypp-cache/g' ./zypp.conf mkdir -p build cd build