Skip to content

Instantly share code, notes, and snippets.

@bdrewery
Created March 3, 2021 20:50
Show Gist options
  • Save bdrewery/772f232fe128cd074df49d4ebf6a47ae to your computer and use it in GitHub Desktop.
Save bdrewery/772f232fe128cd074df49d4ebf6a47ae to your computer and use it in GitHub Desktop.
diff --git src/share/poudriere/common.sh src/share/poudriere/common.sh
index c4d5673dd..1fe68ce95 100644
--- src/share/poudriere/common.sh
+++ src/share/poudriere/common.sh
@@ -2268,6 +2268,7 @@ setup_ccache() {
WITH_CCACHE_BUILD=yes
CCACHE_DIR=${HOME}/.ccache
EOF
+ chmod o+rx "${tomnt}${HOME}/.ccache"
fi
# A static host version may have been requested.
if [ -n "${CCACHE_STATIC_PREFIX}" ] && \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment