cherokee: move to usr/bin.

This commit is contained in:
Juan RP 2015-06-02 16:43:57 +02:00
parent dfb2a9aad4
commit d65241acad

View file

@ -1,11 +1,10 @@
# Template file for 'cherokee' # Template file for 'cherokee'
pkgname=cherokee pkgname=cherokee
version=1.2.104 version=1.2.104
revision=4 revision=5
wrksrc="webserver-${version}" wrksrc="webserver-${version}"
build_style=gnu-configure build_style=gnu-configure
configure_args=" configure_args="--sbindir=/usr/bin
--prefix=/usr --sysconfdir=/etc --localstatedir=/var
--disable-static --with-wwwroot=/srv/httpd --with-wwwuser=httpd --disable-static --with-wwwroot=/srv/httpd --with-wwwuser=httpd
--with-wwwgroup=httpd --with-python=python --enable-os-string=Linux" --with-wwwgroup=httpd --with-python=python --enable-os-string=Linux"
hostmakedepends="automake libtool python" hostmakedepends="automake libtool python"
@ -28,9 +27,6 @@ make_dirs="
/var/lib/cherokee/graphs/images 0755 httpd httpd" /var/lib/cherokee/graphs/images 0755 httpd httpd"
build_options="systemd" build_options="systemd"
if [ "$build_option_systemd" ]; then
systemd_services="cherokee.service on"
fi
pre_configure() { pre_configure() {
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then