From d61c164ebeb7c8d8ac0530a06f1a8fc1250b6879 Mon Sep 17 00:00:00 2001 From: Petr Hracek Date: Tue, 26 Mar 2013 17:38:31 +0100 Subject: [PATCH] fixing build on RHEL-7.0 --- emacs.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/emacs.spec b/emacs.spec index 5cab212..b209780 100644 --- a/emacs.spec +++ b/emacs.spec @@ -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