lighttpd: move to usr/bin.

This commit is contained in:
Andrea Brancaleoni 2015-06-03 00:53:49 +02:00
parent 6560f216ba
commit 4ab5c63ca8
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'lighttpd'
pkgname=lighttpd
version=1.4.35
revision=9
revision=10
makedepends="libmysqlclient-devel lua-devel libxml2-devel sqlite-devel gdbm-devel pcre-devel libressl-devel fcgi-devel"
hostmakedepends="automake pkg-config pcre-devel libtool"
conf_files="/etc/lighttpd/lighttpd.conf"
@ -19,6 +19,7 @@ distfiles="http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${versi
checksum=4a71c1f6d8af41ed894b507720c4c17184dc320590013881d5170ca7f15c5bf7
build_style=gnu-configure
configure_args="
--sbindir=/usr/bin \
--with-gnu-ld \
--libdir=/usr/lib/lighttpd/modules/ \
--sysconfdir=/etc/lighttpd \