]> git.pld-linux.org Git - packages/phpdc.git/commitdiff
- added deafult download dir
authorPaweł Gołaszewski <blues@pld-linux.org>
Mon, 24 Mar 2003 10:56:11 +0000 (10:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    phpdc.spec -> 1.4

phpdc.spec

index 6416c9f85b1606901732f2fc84a7716a410e2334..46e1b0df0d27485a7c684662470a10b77effab27 100644 (file)
@@ -29,7 +29,7 @@ Client (dctc).
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_phpdir}/{layout,private,styles}
+install -d $RPM_BUILD_ROOT%{_phpdir}/{layout,private,styles,Downloads}
 
 install *.php $RPM_BUILD_ROOT%{_phpdir}
 install *.{html,png,ini} $RPM_BUILD_ROOT%{_phpdir}
@@ -46,6 +46,7 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_phpdir}/layout
 %dir %{_phpdir}/private
 %dir %{_phpdir}/styles
+%attr(664,http,http) %dir %{_phpdir}/Downloads
 %{_phpdir}/*.html
 %{_phpdir}/*.php
 %{_phpdir}/*.png
This page took 0.087848 seconds and 4 git commands to generate.