[libreoffice] cp -p, not cp -r

David Tardon dtardon at fedoraproject.org
Thu Aug 25 05:22:02 UTC 2011


commit b7341433250ac92a373c2f95436ffd7b4b8ae121
Author: David Tardon <dtardon at redhat.com>
Date:   Thu Aug 25 07:19:13 2011 +0200

    cp -p, not cp -r

 libreoffice.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libreoffice.spec b/libreoffice.spec
index 97c180b..558cdce 100644
--- a/libreoffice.spec
+++ b/libreoffice.spec
@@ -1276,7 +1276,7 @@ rm -rf $RPM_BUILD_ROOT/%{baseinstdir}/readmes
 rm -rf $RPM_BUILD_ROOT/%{baseinstdir}/licenses
 
 mkdir -p $RPM_BUILD_ROOT/%{basisinstdir}/share/psprint/driver
-cp -r psprint_config/configuration/ppds/SGENPRT.PS $RPM_BUILD_ROOT/%{basisinstdir}/share/psprint/driver/SGENPRT.PS
+cp -p psprint_config/configuration/ppds/SGENPRT.PS $RPM_BUILD_ROOT/%{basisinstdir}/share/psprint/driver/SGENPRT.PS
 
 # rhbz#452385 to auto have postgres in classpath if subsequently installed
 # rhbz#465664 to get lucene working for functional help


More information about the scm-commits mailing list