summaryrefslogtreecommitdiff
path: root/emacsen-common
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2015-09-17 07:46:46 -0300
committerDavid Bremner <david@tethera.net>2015-09-17 07:46:46 -0300
commitbba12d529c40cf88e4cb3780c082da61f01e1eda (patch)
treec5858098f7385c780137c2ee1931bdeea8c958ae /emacsen-common
parentd9e7f602894e2760bfb2f5a304383ad112fc8e31 (diff)
Use emacs -q instead of -Q to byte compile.
This allows depending on non-elpa debian packages at build time.
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 090505f..88ed6cf 100755
--- a/emacsen-common/install
+++ b/emacsen-common/install
@@ -45,7 +45,7 @@ echo install/${ELPA_PACKAGE}: byte-compiling for ${FLAVOR}
# Byte compile them
(cd ${elc_dir}
set +e
- ${FLAVOR} -Q -batch -l package \
+ ${FLAVOR} -q -batch -l package \
--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