summaryrefslogtreecommitdiff
path: root/emacsen-common
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2018-01-06 11:52:33 -0400
committerDavid Bremner <david@tethera.net>2018-01-06 12:03:34 -0400
commit1981ba2910fb16c300794f23f49dc16052a24dbd (patch)
tree4aaf34689253a49ccdb907ed956767f69f22d39d /emacsen-common
parentfb230cba3faddf53564ec2fc00193fbaa4deb831 (diff)
replace --elisp-directory with --emacs-loadpath
Rather than joining multiple arguments, just pass through the path provided by the user. And actully use the path for byte compilation
Diffstat (limited to 'emacsen-common')
-rwxr-xr-xemacsen-common/install2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacsen-common/install b/emacsen-common/install
index 6e64ae6..c0f3390 100755
--- a/emacsen-common/install
+++ b/emacsen-common/install
@@ -24,7 +24,7 @@ el_dir=$src_dir/${ELPA_DIR}/
elc_dir=/usr/share/${FLAVOR}/site-lisp/elpa/${ELPA_DIR}/
export EMACSLOADPATH
-EMACSLOADPATH="/usr/share/emacs/site-lisp:"
+EMACSLOADPATH="#EMACSLOADPATH#"
echo install/${ELPA_DIR}: byte-compiling for ${FLAVOR}