use std macros

This commit is contained in:
Thierry Vignaud 2016-10-27 09:50:01 +02:00 committed by Colin Walters
parent 67906c09bd
commit acde5df41a

View File

@ -76,12 +76,12 @@ env NOCONFIGURE=1 ./autogen.sh
--enable-gtk-doc \ --enable-gtk-doc \
--with-selinux \ --with-selinux \
--with-dracut=yesbutnoconf --with-dracut=yesbutnoconf
make %{?_smp_mflags} %make_build
%install %install
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p -c" %make_install INSTALL="install -p -c"
find $RPM_BUILD_ROOT -name '*.la' -delete find %{buildroot} -name '*.la' -delete
install -D -m 0644 %{SOURCE1} $RPM_BUILD_ROOT/%{_prefix}/lib/systemd/system-preset/91-ostree.preset install -D -m 0644 %{SOURCE1} %{buildroot}%{_prefix}/lib/systemd/system-preset/91-ostree.preset
%post %post