summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xhelper/install1
1 files changed, 1 insertions, 0 deletions
diff --git a/helper/install b/helper/install
index 1a2eb8a..e418c7e 100755
--- a/helper/install
+++ b/helper/install
@@ -51,6 +51,7 @@ echo install/${ELPA_DIR}: byte-compiling for ${FLAVOR}
(cd ${elc_dir}
set +e
${FLAVOR} --quick --batch -l package \
+ --eval "(setq package-user-dir \"/usr/lib/dh-elpa/nonexistent\")" \
--eval "(add-to-list 'package-directory-list \"$src_dir\")" \
-f package-initialize -f batch-byte-compile *.el > Install.log 2>&1
if test $? -ne 0