wok-next diff multitail/receipt @ rev 21505

updated audit (2.8.4 -> 2.8.5)
author Hans-G?nter Theisgen
date Fri Jun 19 07:56:59 2020 +0100 (2020-06-19)
parents b278b2018965
children
line diff
     1.1 --- a/multitail/receipt	Mon Mar 12 02:18:53 2018 +0200
     1.2 +++ b/multitail/receipt	Fri Jun 19 07:56:59 2020 +0100
     1.3 @@ -4,9 +4,9 @@
     1.4  VERSION="5.2.9"
     1.5  CATEGORY="system-tools"
     1.6  SHORT_DESC="Monitor multiple log files"
     1.7 -MAINTAINER="erjo@slitaz.org"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="GPL2"
    1.10 -WEB_SITE="http://www.vanheusden.com/multitail/"
    1.11 +WEB_SITE="https://www.vanheusden.com/multitail/"
    1.12  
    1.13  TARBALL="$PACKAGE-$VERSION.tgz"
    1.14  WGET_URL="http://www.vanheusden.com/multitail/$TARBALL"
    1.15 @@ -15,8 +15,8 @@
    1.16  
    1.17  compile_rules() {
    1.18  	make || return 1
    1.19 -	install -Dm 755 $src/multitail      $install/usr/bin/multitail
    1.20 -	install -Dm 644 $src/multitail.conf $install/etc/multitail.conf
    1.21 +	install -Dm755 multitail      $install/usr/bin/multitail
    1.22 +	install -Dm644 multitail.conf $install/etc/multitail.conf
    1.23  }
    1.24  
    1.25  genpkg_rules() {