summaryrefslogtreecommitdiff
path: root/helper/install
diff options
context:
space:
mode:
Diffstat (limited to 'helper/install')
-rwxr-xr-xhelper/install2
1 files changed, 1 insertions, 1 deletions
diff --git a/helper/install b/helper/install
index e418c7e..79a9adb 100755
--- a/helper/install
+++ b/helper/install
@@ -51,7 +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 "(setq package-user-dir \"/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