Fix pmb zap -a permissions error
All threads resolved!
All threads resolved!
Compare changes
- Oliver Smith authored
The tmp dir is owned by root, when it gets created earlier by apk running as root to store the apk progress fifo. Use another directory to work around this for now (getting close to the 3.0.0 release), we can rework the apk progress fifo later on if we want. Fixes: issue 2491
+ 1
− 1
@@ -238,7 +238,7 @@ def cache_clean(arch: Arch) -> None: