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