X-Git-Url: https://git.distorted.org.uk/~mdw/distorted-chroot/blobdiff_plain/3e5b03e2c0f0a3ddf3a56136f475e99d44432f18..4ba01b8b6c4702d7152980605a601498d890a645:/bin/buildwrap diff --git a/bin/buildwrap b/bin/buildwrap index e367b1b..5b9068d 100755 --- a/bin/buildwrap +++ b/bin/buildwrap @@ -26,7 +26,7 @@ ## Set up compiler caching. This makes a big difference to build times. PATH=/usr/lib/ccache:$PATH; export PATH -CCACHE_DIR=/build/.ccache; export CCACHE_DIR +CCACHE_DIR=/build/.ccache/$SCHROOT_CHROOT_NAME; export CCACHE_DIR unset CCACHE_HARDLINK CCACHE_COMPRESS=t; export CCACHE_COMPRESS CCACHE_UMASK=002; export CCACHE_UMASK