apache-mpm-event: switch to /usr.

This commit is contained in:
Juan RP 2012-07-10 09:37:57 +02:00
parent 0837e9a524
commit de64e3585f
1 changed files with 4 additions and 4 deletions

View File

@ -5,14 +5,14 @@
# Unset unused stuff.
unset subpackages conf_files system_accounts systemd_services
unset post_install pre_configure run_depends
unset post_install pre_configure depends
# Override some vars.
pkgname=apache-mpm-event
configure_args="${configure_args} --enable-modules= --prefix=/usr --with-mpm=event"
# dlopen(3) run-time dependencies.
depends="libdb gdbm expat libuuid expat libdb gdbm apache>=$version"
revision=1
depends="apache>=$version"
revision=2
short_desc="Apache HTTP Server - event driven model"
long_desc="
Each Apache Multi-Processing Module provides a different flavor of web
@ -36,5 +36,5 @@ post_install() {
cp -f ${DESTDIR}/usr/sbin/httpd ${wrksrc}
rm -rf ${DESTDIR}/*
vinstall httpd 755 usr/sbin httpd.event
vinstall ${FILESDIR}/${pkgname}.service 644 lib/systemd/system
vinstall ${FILESDIR}/${pkgname}.service 644 usr/lib/systemd/system
}