apache-mpm-worker: switch to /usr.

This commit is contained in:
Juan RP 2012-07-10 09:35:56 +02:00
parent 37ec5e1cbb
commit 0837e9a524

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-worker
configure_args="${configure_args} --enable-modules= --prefix=/usr --with-mpm=worker"
# dlopen(3) run-time dependencies.
depends="libuuid expat libdb gdbm apache>=$version"
revision=1
depends="apache>=$version"
revision=2
short_desc="Apache HTTP Server - high speed threaded mode"
long_desc="
Each Apache Multi-Processing Module provides a different flavor of web
@ -33,5 +33,5 @@ post_install() {
cp -f ${DESTDIR}/usr/sbin/httpd ${wrksrc}
rm -rf ${DESTDIR}/*
vinstall httpd 755 usr/sbin httpd.worker
vinstall ${FILESDIR}/${pkgname}.service 644 lib/systemd/system
vinstall ${FILESDIR}/${pkgname}.service 644 usr/lib/systemd/system
}