summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Bremner <bremner@debian.org>2021-09-20 08:22:36 -0300
committerDavid Bremner <bremner@debian.org>2021-09-20 08:22:36 -0300
commitc05ca2d4cef381dee2b9c1cfe77a17078da0ddc7 (patch)
treec64c85d1b9989073acb6d5aa5b1519df8211968c
parent1ff540dc0ef84bc2ae1436c89a631a996d482ca3 (diff)
change path of package-user-dir to /nonexistent
Policy 9.2 implies that this directory should not exist in Debian systems. This change also makes the code match d/changelog.
-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