wok-stable diff lighttpd-ssl/receipt @ rev 6573
lighttpd: fix 36897b07aa3c commit
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Oct 08 21:28:00 2010 +0200 (2010-10-08) |
parents | d09da18b3028 |
children | d9b4b980292d |
line diff
1.1 --- a/lighttpd-ssl/receipt Fri Mar 26 23:13:08 2010 +0100 1.2 +++ b/lighttpd-ssl/receipt Fri Oct 08 21:28:00 2010 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="lighttpd-ssl" 1.7 -VERSION="1.4.26" 1.8 +VERSION="1.4.28" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Fast and light HTTP Web server with SSL support." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -51,7 +51,7 @@ 1.13 genpkg_rules() 1.14 { 1.15 mkdir -p $fs/usr 1.16 - cp -a $_pkg/usr/bin $fs/usr 1.17 + #cp -a $_pkg/usr/bin $fs/usr 1.18 cp -a $_pkg/usr/sbin $fs/usr 1.19 1.20 # Modules. 1.21 @@ -61,9 +61,6 @@ 1.22 cp $_pkg/usr/lib/lighttpd/mod_${module}.so $fs/usr/lib/lighttpd 1.23 echo -n "Copying : mod_${module}.so" && status 1.24 done 1.25 - strip -s $fs/usr/bin/* 1.26 - strip -s $fs/usr/sbin/* 1.27 - strip -s $fs/usr/lib/lighttpd/* 1.28 1.29 # Server root and config file. 1.30 cp -a stuff/var $fs