wok diff iftopcolor/receipt @ rev 20863

updated e2tools again (0.0.16 -> 0.0.16.4)
author Hans-G?nter Theisgen
date Fri Feb 22 16:43:17 2019 +0100 (2019-02-22)
parents 9892830afb57
children b569b85b0fb9
line diff
     1.1 --- a/iftopcolor/receipt	Wed Jul 30 19:55:20 2014 +0100
     1.2 +++ b/iftopcolor/receipt	Fri Feb 22 16:43:17 2019 +0100
     1.3 @@ -16,10 +16,9 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8 -	./configure --prefix=/usr
     1.9 -	$CONFIGURE_ARGS
    1.10 -	make
    1.11 +	./configure --prefix=/usr \
    1.12 +	$CONFIGURE_ARGS &&
    1.13 +	make &&
    1.14  	make DESTDIR=$DESTDIR install
    1.15  }
    1.16