From 314d5f5b5d20cd501d0b356a8d985f995cb3caaf Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Mon, 26 Aug 2013 21:25:52 -0600 Subject: [PATCH] Use unversioned doc dir fix --- cmake.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake.spec b/cmake.spec index e635116..f02ed9d 100644 --- a/cmake.spec +++ b/cmake.spec @@ -121,7 +121,7 @@ pushd build make install DESTDIR=%{buildroot} find %{buildroot}/%{_datadir}/%{name}/Modules -type f | xargs chmod -x popd -cp -a Example %{buildroot}%{_docdir}/%{name}-%{version}/ +cp -a Example %{buildroot}%{_docdir}/%{name}/ mkdir -p %{buildroot}%{_emacs_sitelispdir}/%{name} install -m 0644 Docs/cmake-mode.el %{buildroot}%{_emacs_sitelispdir}/%{name} %{_emacs_bytecompile} %{buildroot}%{_emacs_sitelispdir}/%{name}/cmake-mode.el