]> git.pld-linux.org Git - packages/LDP-Author-Guide.git/blobdiff - LDP-Author-Guide.spec
- cp -a implies cp -r
[packages/LDP-Author-Guide.git] / LDP-Author-Guide.spec
index 82d30c0953f8e6e2137f2eb66add2935f1874ce4..85405c730041c8f1abfbd6431cc28506373a0b93 100644 (file)
@@ -40,7 +40,7 @@ potrzebne do napisania w
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_docdir}/LDP/%{name}
-cp -ar * $RPM_BUILD_ROOT%{_docdir}/LDP/%{name}
+cp -a * $RPM_BUILD_ROOT%{_docdir}/LDP/%{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.062336 seconds and 4 git commands to generate.