From bba12d529c40cf88e4cb3780c082da61f01e1eda Mon Sep 17 00:00:00 2001 From: David Bremner Date: Thu, 17 Sep 2015 07:46:46 -0300 Subject: Use emacs -q instead of -Q to byte compile. This allows depending on non-elpa debian packages at build time. --- emacsen-common/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacsen-common/install') 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 -- cgit v1.2.3