]> git.pld-linux.org Git - packages/phpBB.git/commitdiff
- simplified directory creating, more docs
authorPaweł Gołaszewski <blues@pld-linux.org>
Fri, 10 Jan 2003 21:27:17 +0000 (21:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    phpBB.spec -> 1.27

phpBB.spec

index 8d798ed2b95e8d755e0713e141dcff84e3dcd8c7..e7dfae396b7efdd477735f7787bbdbb1666d40a4 100644 (file)
@@ -55,7 +55,7 @@ Pakiet potrzebny do instalacji forum %{name}.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_phpdir}/{admin,db{,/schemas},images,includes,language,templates}
+install -d $RPM_BUILD_ROOT%{_phpdir}/{admin,db/schemas,images,includes,language,templates}
 
 install *.{php,inc}    $RPM_BUILD_ROOT%{_phpdir}
 install admin/*.php    $RPM_BUILD_ROOT%{_phpdir}/admin
@@ -122,6 +122,7 @@ echo "Remember to uninstall %{name}-install after initiation of %{name}!!"
 
 %files install
 %defattr(644,root,root,755)
+%doc db/schemas/*.zip
 %attr(640,root,http) %{_phpdir}/install.php
 %attr(640,root,http) %{_phpdir}/up*.php
 %attr(640,root,http) %{_phpdir}/db/schemas/*.sql
This page took 0.034053 seconds and 4 git commands to generate.