SPECS: cacti-plugin-passwd.spec - cp -a already is recursive and c...

glen glen at pld-linux.org
Wed Dec 26 13:49:29 CET 2007


Author: glen                         Date: Wed Dec 26 12:49:29 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- cp -a already is recursive and copying to empty dir needs no force

---- Files affected:
SPECS:
   cacti-plugin-passwd.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/cacti-plugin-passwd.spec
diff -u SPECS/cacti-plugin-passwd.spec:1.1 SPECS/cacti-plugin-passwd.spec:1.2
--- SPECS/cacti-plugin-passwd.spec:1.1	Wed Dec 26 06:29:06 2007
+++ SPECS/cacti-plugin-passwd.spec	Wed Dec 26 13:49:23 2007
@@ -33,7 +33,7 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{webcactipluginroot}
-cp -aRf * $RPM_BUILD_ROOT%{webcactipluginroot}
+cp -a * $RPM_BUILD_ROOT%{webcactipluginroot}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -49,7 +49,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2007-12-26 12:49:23  glen
+- cp -a already is recursive and copying to empty dir needs no force
+
 Revision 1.1  2007-12-26 05:29:06  wolvverine
 - init
-
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/cacti-plugin-passwd.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list