This commit is contained in:
Neal Becker 2012-03-10 08:50:11 -05:00
parent 2d0d9aa95f
commit 434c35b2b3

View File

@ -113,7 +113,8 @@ mkdir -p $RPM_BUILD_ROOT%{emacs_lispdir}
pushd contrib
for file in mercurial.el mq.el; do
emacs -batch -l mercurial.el --no-site-file -f batch-byte-compile $file
#emacs -batch -l mercurial.el --no-site-file -f batch-byte-compile $file
%{_emacs_bytecompile} $file
install -p -m 644 $file ${file}c $RPM_BUILD_ROOT%{emacs_lispdir}
rm ${file}c
done