diff options
-rw-r--r-- | tweed.hashdist.post-install | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tweed.hashdist.post-install b/tweed.hashdist.post-install index 744f7e8..edf1db0 100644 --- a/tweed.hashdist.post-install +++ b/tweed.hashdist.post-install @@ -48,5 +48,6 @@ export CMAKE_PREFIX_PATH=\$PROFILE_INSTALL_DIR:\$CMAKE_PREFIX_PATH export PYTHONPATH=\$PROFILE_INSTALL_DIR/lib/python2.7/site-packages:\$PYTHONPATH export PKG_CONFIG_PATH=\$PROFILE_INSTALL_DIR/lib/pkgconfig:\$PKG_CONFIG_PATH export INSTANT_CACHE_DIR=\$HOME/.cache/instant/\$PROFILE +export INSTANT_ERROR_DIR=\$HOME/.cache/instant/\$PROFILE export DIJITSO_CACHE_DIR=\$HOME/.cache/dijitso/\$PROFILE EOF |