Created
March 3, 2021 20:50
-
-
Save bdrewery/772f232fe128cd074df49d4ebf6a47ae to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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