wok diff sarg/receipt @ rev 23630
updated sarg and sarg-php (2.3.11 -> 2.4.0)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Apr 17 08:01:58 2020 +0100 (2020-04-17) |
parents | 352e1cee9466 |
children | e919c5a2742d |
line diff
1.1 --- a/sarg/receipt Wed Sep 25 18:02:05 2019 +0200 1.2 +++ b/sarg/receipt Fri Apr 17 08:01:58 2020 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="sarg" 1.7 -VERSION="2.3.11" 1.8 +VERSION="2.4.0" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Squid Analysis Report Generator." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -15,6 +15,7 @@ 1.13 compile_rules() 1.14 { 1.15 sed -i 's/@mkdir_p@/mkdir -p/' po/Makefile* 1.16 + 1.17 ./configure \ 1.18 --sysconfdir=/etc/sarg \ 1.19 --bindir=/usr/bin \ 1.20 @@ -36,7 +37,7 @@ 1.21 cp -a $install/usr/bin $fs/usr 1.22 cp -a $install/usr/share/sarg $fs/usr/share 1.23 1.24 - sed -i -e "s!^#access_log.*!access_log /var/log/squid/access_log!" \ 1.25 + sed -i -e "s!^#access_log.*!access_log /var/log/squid/access_log!" \ 1.26 -e "s!^#output_dir.*!output_dir /var/www/squid-reports!" \ 1.27 $fs/etc/sarg/sarg.conf 1.28 }