seb diff packages/lighttpd @ rev 26

Add kernel config example and a precompiled bzImage
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 13 16:42:29 2017 +0100 (2017-03-13)
parents 58aea7b2f307
children
line diff
     1.1 --- a/packages/lighttpd	Tue Mar 07 11:36:16 2017 +0100
     1.2 +++ b/packages/lighttpd	Mon Mar 13 16:42:29 2017 +0100
     1.3 @@ -1,10 +1,10 @@
     1.4  # SliTaz Embedded package
     1.5  
     1.6  desc="LightTPD Web server"
     1.7 -deps=""
     1.8 +deps="pcre"
     1.9  
    1.10  seb_install() {
    1.11 -	install_files "/usr/sbin/lighttpd" "/usr/lib/libpcre.so*"
    1.12 +	install_files "/usr/sbin/lighttpd"
    1.13  	
    1.14  	# Configs
    1.15  	mkdir -p ${rootfs}/etc/lighttpd