From d65241acadd12240428939c5dec4f2665bfeb595 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 2 Jun 2015 16:43:57 +0200 Subject: [PATCH] cherokee: move to usr/bin. --- srcpkgs/cherokee/template | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/srcpkgs/cherokee/template b/srcpkgs/cherokee/template index 36d6eefe2f8..ff6ec261895 100644 --- a/srcpkgs/cherokee/template +++ b/srcpkgs/cherokee/template @@ -1,11 +1,10 @@ # Template file for 'cherokee' pkgname=cherokee version=1.2.104 -revision=4 +revision=5 wrksrc="webserver-${version}" build_style=gnu-configure -configure_args=" - --prefix=/usr --sysconfdir=/etc --localstatedir=/var +configure_args="--sbindir=/usr/bin --disable-static --with-wwwroot=/srv/httpd --with-wwwuser=httpd --with-wwwgroup=httpd --with-python=python --enable-os-string=Linux" hostmakedepends="automake libtool python" @@ -28,9 +27,6 @@ make_dirs=" /var/lib/cherokee/graphs/images 0755 httpd httpd" build_options="systemd" -if [ "$build_option_systemd" ]; then - systemd_services="cherokee.service on" -fi pre_configure() { if [ "$CROSS_BUILD" ]; then