wok-next diff netselect/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents d43bf7aae921
children
line diff
     1.1 --- a/netselect/receipt	Wed Mar 21 15:58:17 2018 +0200
     1.2 +++ b/netselect/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.3 @@ -12,7 +12,9 @@
     1.4  WGET_URL="https://github.com/apenwarr/netselect/archive/$TARBALL"
     1.5  
     1.6  compile_rules() {
     1.7 -	make && make install &&
     1.8 +	make &&
     1.9 +	make install || return 1
    1.10 +
    1.11  	# weird but `install -m 4755 ...` in Makefile didn't work
    1.12  	chmod u+s $install/usr/bin/netselect
    1.13  }