wok rev 20476

iftopcolor: typo
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Oct 17 14:36:19 2018 +0300 (2018-10-17)
parents 8e449fe1df2e
children cd2def637347
files iftopcolor/receipt
line diff
     1.1 --- a/iftopcolor/receipt	Wed Oct 17 10:43:04 2018 +0200
     1.2 +++ b/iftopcolor/receipt	Wed Oct 17 14:36:19 2018 +0300
     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