Preserve timestamps during install

This commit is contained in:
David King 2015-04-23 10:29:39 +01:00
parent c73718d01d
commit 8203c8c872
1 changed files with 3 additions and 1 deletions

View File

@ -103,8 +103,9 @@ daemon. This package is for the udisks 2.x series.
# sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
make %{?_smp_mflags}
%install
make install DESTDIR=$RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
@ -176,6 +177,7 @@ make check
* Thu Apr 23 2015 David King <amigadave@amigadave.com> - 2.1.5-3
- Call make check during check phase
- Move license to libudisks2 subpackage
- Preserve timestamps during install
* Wed Apr 22 2015 David King <amigadave@amigadave.com> - 2.1.5-2
- Use systemd scriptlet snippets (#857409)