]> git.pld-linux.org Git - packages/cacti-plugin-passwd.git/commitdiff
- cp -a already is recursive and copying to empty dir needs no force auto/ti/cacti-plugin-passwd-0_2-0_1
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 26 Dec 2007 12:49:23 +0000 (12:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cacti-plugin-passwd.spec -> 1.2

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.075618 seconds and 4 git commands to generate.