Skip to content

Commit

Permalink
[zypp] Relocate /var/cache/zypp to /home/.zypp-cache. Fixes JB#45137
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Branson committed Mar 20, 2019
1 parent dee813d commit 74bfbb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rpm/libzypp.spec
Expand Up @@ -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

Expand Down

0 comments on commit 74bfbb5

Please sign in to comment.