xbps/bin/xbps-uchroot
Juan RP f6a6385b42
xbps-uchroot: make sure to cleanup tempdir with overlayfs.
Go modules seem to have too restrictive permissions on
its builddir, making xbps-uchroot(1) unable to remove
its directory tree due to insufficient permissions.

Run nftw() twice, the first run to set chmod 755, and
second run to remove the file.

Fixes `xbps-src -t` with any pkg that uses `build_style=go`.

This should avoid lots of temp dirs in the buildbot
builders while building go modules and others.
2020-02-04 13:17:26 +01:00
..
main.c xbps-uchroot: make sure to cleanup tempdir with overlayfs. 2020-02-04 13:17:26 +01:00
Makefile xbps-uchroot(8): now with a manual page. 2014-04-18 09:45:25 +02:00
xbps-uchroot.1 xbps-uchroot: document end of options argument 2019-11-24 12:28:45 +01:00