From a037785c2fc19809a1c6551ad39680ca76224a3d Mon Sep 17 00:00:00 2001 From: Richard Top Date: Thu, 17 Aug 2023 08:41:04 +0000 Subject: [PATCH] commented out export EASYBUILD_READ_ONLY_INSTALLDIR=1 --- configure_easybuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure_easybuild b/configure_easybuild index 23f3920154..389551eab5 100644 --- a/configure_easybuild +++ b/configure_easybuild @@ -13,7 +13,7 @@ export EASYBUILD_ZIP_LOGS=bzip2 export EASYBUILD_RPATH=1 export EASYBUILD_FILTER_ENV_VARS=LD_LIBRARY_PATH -export EASYBUILD_READ_ONLY_INSTALLDIR=1 +# export EASYBUILD_READ_ONLY_INSTALLDIR=1 # assume that eb_hooks.py is located in same directory as this script (configure_easybuild) TOPDIR=$(dirname $(realpath $BASH_SOURCE))