wok diff mk-livestatus/receipt @ rev 20254

firefox: force 32 bits arch (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 12 22:19:24 2018 +0100 (2018-03-12)
parents 9e01bc6321ea
children 6e8b1bcb30e2
line diff
     1.1 --- a/mk-livestatus/receipt	Sun Dec 20 15:13:45 2015 +0100
     1.2 +++ b/mk-livestatus/receipt	Mon Mar 12 22:19:24 2018 +0100
     1.3 @@ -16,7 +16,6 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8  	./configure &&
     1.9  	make && make -j1 install
    1.10  }
    1.11 @@ -31,9 +30,8 @@
    1.12  
    1.13  post_install()
    1.14  {
    1.15 -	echo "Processing post-install commands..."
    1.16  	# Modify nagios config
    1.17 -	cat <<EOT>> "$1/etc/nagios/nagios.cfg"
    1.18 +	cat >> "$1/etc/nagios/nagios.cfg" <<EOT
    1.19  broker_module=/usr/lib/mk-livestatus/livestatus.o /var/lib/nagios/rw/live
    1.20  event_broker_options=-1
    1.21  EOT