wok-next diff pdnsd/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 757d032c55c7
children 5ffe59e2de3a
line diff
     1.1 --- a/pdnsd/receipt	Fri Mar 30 19:31:50 2018 +0300
     1.2 +++ b/pdnsd/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.3 @@ -14,7 +14,7 @@
     1.4  compile_rules() {
     1.5  	./configure $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  	mv $install/etc/pdnsd.conf.sample $install/etc/pdnsd.conf
    1.11  }