]> git.pld-linux.org Git - packages/cacti-plugin-passwd.git/blobdiff - cacti-plugin-passwd.spec
- cp -a already is recursive and copying to empty dir needs no force
[packages/cacti-plugin-passwd.git] / cacti-plugin-passwd.spec
index a12c48fb2403e2c9db1ae329753ca9372df26dbc..615e4afda6f528730886121140041d13c8b5b0d1 100644 (file)
@@ -32,7 +32,7 @@ find '(' -name '*.php' -o -name '*.inc' ')' -print0 | xargs -0 sed -i -e 's,\r$,
 %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
This page took 0.07441 seconds and 4 git commands to generate.