Skip to content

Commit

Permalink
Merge branch 'jb45137' into 'master'
Browse files Browse the repository at this point in the history
[zypp] Relocate /var/cache/zypp to /home/.zypp-cache. Fixes JB#45137

See merge request mer-core/libzypp!20
  • Loading branch information
Andrew Branson committed Mar 25, 2019
2 parents dee813d + 74bfbb5 commit 23a7071
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 23a7071

Please sign in to comment.