diff --git a/stdair.spec b/stdair.spec index c29f2d9..abeb133 100644 --- a/stdair.spec +++ b/stdair.spec @@ -61,11 +61,11 @@ online (http://%{name}.org). %autosetup -n %{name}-%{name}-%{version} %build -%cmake . -%make_build +%cmake +%cmake_build %install -%make_install +%cmake_install # Fix some permissions find $RPM_BUILD_ROOT%{_libexecdir}/%{name} -type f -name '*.sh' -exec chmod +x {} \;