wok-next diff privoxy/receipt @ rev 21452

updated socat (2.0.0-b7 -> 2.0.0-b9)
author Hans-G?nter Theisgen
date Thu May 07 13:23:44 2020 +0100 (2020-05-07)
parents f48456621a9d
children
line diff
     1.1 --- a/privoxy/receipt	Tue Oct 16 16:46:05 2018 +0300
     1.2 +++ b/privoxy/receipt	Thu May 07 13:23:44 2020 +0100
     1.3 @@ -25,7 +25,7 @@
     1.4  		--sysconfdir=/etc/privoxy \
     1.5  		$CONFIGURE_ARGS &&
     1.6  	make &&
     1.7 -	make DESTDIR=$DESTDIR install || return 1
     1.8 +	make DESTDIR=$install install || return 1
     1.9  
    1.10  	install -Dm755 $stuff/daemon-privoxy $install/etc/init.d/privoxy
    1.11  }