Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 19 years ago
parent
commit
a2a50cb7cf
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      package/base/apache/apache.conf

+ 6
- 0
package/base/apache/apache.conf

@ -66,5 +66,11 @@ if [ "$ROCKCFG_PKG_APACHE_BDB" ] ; then
"--with-berkeley-db=/usr/include/${ROCKCFG_PKG_APACHE_BDB#b}:/usr/lib"
fi
# remove duplicate files
hook_add postmake 4 "rm -rf $root/$datadir/{htdocs,manual} ; \
rm -rf $root/$docdir/{icons,error}"
splitdesc_apr() { desc_I="the Apache Portable Runtime libraries"; }
splitreg 80 apr 'apr'
# these html files shouldn't go to :dev
splitreg 90 . '/lib/error/include/'

Loading…
Cancel
Save