Preserve timestamps during install
This commit is contained in:
parent
1f68082ddd
commit
649246a606
@ -28,7 +28,7 @@ and the Platform Overview.
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||||
|
|
||||||
%find_lang %{name} --all-name --with-gnome
|
%find_lang %{name} --all-name --with-gnome
|
||||||
|
|
||||||
@ -39,6 +39,7 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
|||||||
%changelog
|
%changelog
|
||||||
* Wed Feb 11 2015 David King <amigadave@amigadave.com> - 3.15.4-1
|
* Wed Feb 11 2015 David King <amigadave@amigadave.com> - 3.15.4-1
|
||||||
- Update to 3.15.4
|
- Update to 3.15.4
|
||||||
|
- Preserve timestamps during install
|
||||||
|
|
||||||
* Sun Jan 25 2015 David King <amigadave@amigadave.com> - 3.14.4-1
|
* Sun Jan 25 2015 David King <amigadave@amigadave.com> - 3.14.4-1
|
||||||
- Update to 3.14.4
|
- Update to 3.14.4
|
||||||
|
Loading…
Reference in New Issue
Block a user