]> git.pld-linux.org Git - packages/Quotient.git/commitdiff
- cp -a implies cp -r
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 2 Sep 2006 20:34:47 +0000 (20:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Quotient.spec -> 1.14

Quotient.spec

index 3c0f0a5dd08ec3da1135c4f6298a4218472e08db..b8c7bd3b03f73b10b3c3705bcab58de9166bf070 100644 (file)
@@ -114,7 +114,7 @@ python setup.py install \
 
 find $RPM_BUILD_ROOT%{py_sitescriptdir} -name \*.py -exec rm {} \;
 
-cp -ar tools/* admin $RPM_BUILD_ROOT%{_datadir}/quotient
+cp -a tools/* admin $RPM_BUILD_ROOT%{_datadir}/quotient
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.061981 seconds and 4 git commands to generate.