X-Git-Url: https://git.distorted.org.uk/~mdw/distorted-chroot/blobdiff_plain/4d529157c24de55bda6fa53ddaf85edd9ed87327..0a9fcbbce723f2190a0a6dd527bbdb9c28b9a1a5:/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