cookutils rev 873

modules/compressor: move compressor cache to /home/slitaz/cache/cook: fix "Invalid cross-device link".
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jan 27 15:53:28 2017 +0200 (2017-01-27)
parents 111b6212516c
children ec4508cc348e
files modules/compressor
line diff
     1.1 --- a/modules/compressor	Thu Jan 26 18:10:16 2017 +0200
     1.2 +++ b/modules/compressor	Fri Jan 27 15:53:28 2017 +0200
     1.3 @@ -9,7 +9,7 @@
     1.4  
     1.5  # Compressor cache stuff
     1.6  
     1.7 -comp_cache_root='/var/cache/cook'
     1.8 +comp_cache_root='/home/slitaz/cache/cook'
     1.9  mkdir -p "$comp_cache_root"
    1.10  cache_stat=$(mktemp)
    1.11