diff options
author | Paul Garlick <pgarlick@tourbillion-technology.com> | 2017-02-17 17:29:50 +0000 |
---|---|---|
committer | Paul Garlick <pgarlick@tourbillion-technology.com> | 2017-02-17 17:29:50 +0000 |
commit | 09d2ac38a6be30897adc5ebd0956a1c525552c8a (patch) | |
tree | c462b00caad68d63a1e6a7175f92f611b4de1e9d /tweed.hashdist.post-install | |
parent | 09bf2fd63e206f292aad27f17a620ddccca93234 (diff) | |
download | tweed-09d2ac38a6be30897adc5ebd0956a1c525552c8a.tar.gz |
add INSTANT_ERROR_DIR environment variable
Diffstat (limited to 'tweed.hashdist.post-install')
-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 |