From c05ca2d4cef381dee2b9c1cfe77a17078da0ddc7 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Mon, 20 Sep 2021 08:22:36 -0300 Subject: 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. --- helper/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3