fixing build on RHEL-7.0

This commit is contained in:
Petr Hracek 2013-03-26 17:38:31 +01:00
parent 1684d20792
commit d61c164ebe
1 changed files with 0 additions and 2 deletions

View File

@ -317,8 +317,6 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications \
# Byte compile emacs*.py with correct python interpreters
%if 0%{?rhel:1}
rm -f %{buildroot}%{_datadir}/%{name}/%{version}/etc/emacs3.py
%py_byte_compile %{__python} %{buildroot}%{_datadir}/%{name}/%{version}/etc/emacs.py
%py_byte_compile %{__python} %{buildroot}%{_datadir}/%{name}/%{version}/etc/emacs2.py
%else
%py_byte_compile %{__python} %{buildroot}%{_datadir}/%{name}/%{version}/etc/emacs.py
%py_byte_compile %{__python} %{buildroot}%{_datadir}/%{name}/%{version}/etc/emacs2.py