diff options
author | Mathieu Lirzin <mthl@gnu.org> | 2016-07-02 15:34:40 +0200 |
---|---|---|
committer | Mathieu Lirzin <mthl@gnu.org> | 2016-07-02 15:34:40 +0200 |
commit | 7ae6ce069070582e42b669d6a1ecfde5e9b998ba (patch) | |
tree | dc75b40749bec848c919047d1ad8092fe881eadd /build-aux | |
parent | 88e72887a06e3903d0ef991bd4de9530cfeaa3de (diff) | |
download | cuirass-7ae6ce069070582e42b669d6a1ecfde5e9b998ba.tar cuirass-7ae6ce069070582e42b669d6a1ecfde5e9b998ba.tar.gz |
Add %package-cachedir parameter.
Diffstat (limited to 'build-aux')
-rw-r--r-- | build-aux/pre-inst-env.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/build-aux/pre-inst-env.in b/build-aux/pre-inst-env.in index 5b61cb2..b92a1a1 100644 --- a/build-aux/pre-inst-env.in +++ b/build-aux/pre-inst-env.in @@ -27,7 +27,4 @@ export GUILE_LOAD_COMPILED_PATH GUILE_LOAD_PATH PATH="$abs_top_builddir/bin:$PATH" export PATH -CUIRASS_CACHEDIR="$abs_top_builddir/cache" -export CUIRASS_CACHEDIR - exec "$@" |