diff options
Diffstat (limited to 'tweed.hashdist.post-install')
-rw-r--r-- | tweed.hashdist.post-install | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tweed.hashdist.post-install b/tweed.hashdist.post-install index 8d29620..1a4ba58 100644 --- a/tweed.hashdist.post-install +++ b/tweed.hashdist.post-install @@ -40,5 +40,7 @@ export PATH="$PROFILE_INSTALL_DIR/bin:$PATH" export MANPATH="$PROFILE_INSTALL_DIR/share/man:" 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 DIJITSO_CACHE_DIR="$HOME/.cache/dijitso/$PROFILE" EOF |