diff options
Diffstat (limited to 'apache/Pkgfile')
-rw-r--r-- | apache/Pkgfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apache/Pkgfile b/apache/Pkgfile index c411f7025..4e865d5ca 100644 --- a/apache/Pkgfile +++ b/apache/Pkgfile @@ -5,7 +5,7 @@ # Group: apache name=apache -version=2.0.58 +version=2.0.59 release=1 source=(http://www.apache.org/dist/httpd/httpd-$version.tar.bz2 \ $name-ssl_cert.patch crux.layout apache) @@ -34,5 +34,6 @@ build(){ install -D -m 755 $SRC/apache $PKG/etc/rc.d/apache rm -R $PKG/var/www/htdocs/* + rm $PKG/var/www/{error,icons,icons/small}/README* chown -R root:root $PKG } |