summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Andres Granados <jgranado@redhat.com>2008-01-02 17:52:55 +0100
committerJoel Andres Granados <jgranado@redhat.com>2008-01-02 17:52:55 +0100
commit92063e7831f87f6cebb324080a56bd179c190cf2 (patch)
treed45b2fd357320f8a213fe3ae577655c41421d232
parent14dd87205ecf76cd892582271353c7a09202e4cb (diff)
downloadfirstaidkit-92063e7831f87f6cebb324080a56bd179c190cf2.tar.gz
firstaidkit-92063e7831f87f6cebb324080a56bd179c190cf2.tar.xz
firstaidkit-92063e7831f87f6cebb324080a56bd179c190cf2.zip
Add the -d options to the cp command to preserve timestamp.
-rw-r--r--firstaidkit.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/firstaidkit.spec b/firstaidkit.spec
index 4c33859..60d3b14 100644
--- a/firstaidkit.spec
+++ b/firstaidkit.spec
@@ -30,7 +30,7 @@ A tool that automates simple and common system recovery tasks.
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
%{__install} -d $RPM_BUILD_ROOT/%{_libexecdir}/firstaidkit/plugins
-%{__cp} -rf plugins/* $RPM_BUILD_ROOT/%{_libexecdir}/firstaidkit/plugins
+%{__cp} -rfp plugins/* $RPM_BUILD_ROOT/%{_libexecdir}/firstaidkit/plugins
%clean