wok diff lighttpd-modules/receipt @ rev 23207

updated mutt again (1.11.4 -> 1.13.4)
author Hans-G?nter Theisgen
date Sat Mar 21 10:33:12 2020 +0100 (2020-03-21)
parents ea835222df2a
children cdc648e5f1be
line diff
     1.1 --- a/lighttpd-modules/receipt	Sun Apr 21 09:57:43 2019 +0100
     1.2 +++ b/lighttpd-modules/receipt	Sat Mar 21 10:33:12 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="lighttpd-modules"
     1.7 -VERSION="1.4.53"
     1.8 +VERSION="1.4.55"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Complementary modules for LightTPD Web server."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -31,10 +31,10 @@
    1.13  {
    1.14  	# Modules.
    1.15  	mkdir -p $fs/usr/
    1.16 -	cp -a $install/usr/lib $fs/usr
    1.17 +	cp -a $install/usr/lib	$fs/usr
    1.18  	for module in $BASE_MODULES
    1.19 -	do
    1.20 +	  do
    1.21  		rm -f $fs/usr/lib/lighttpd/mod_${module}.so
    1.22 -	done
    1.23 +	  done
    1.24  	rm -f $fs/usr/lib/lighttpd/*.la
    1.25  }