wok-next diff ntp/receipt @ rev 21257

encfs: use cmake
author Hans-G?nter Theisgen
date Fri Dec 06 13:47:57 2019 +0100 (2019-12-06)
parents d43bf7aae921
children
line diff
     1.1 --- a/ntp/receipt	Wed Mar 21 15:58:17 2018 +0200
     1.2 +++ b/ntp/receipt	Fri Dec 06 13:47:57 2019 +0100
     1.3 @@ -15,7 +15,8 @@
     1.4  	sed -i 's/MOD_NANO/0/' ntpd/ntp_loopfilter.c
     1.5  
     1.6  	./configure $CONFIGURE_ARGS &&
     1.7 -	make && make DESTDIR=$DESTDIR install || return 1
     1.8 +	make &&
     1.9 +	make DESTDIR=$install install || return 1
    1.10  
    1.11  	install -Dm755 $stuff/ntp      $install/etc/init.d/ntp
    1.12  	install -Dm644 $stuff/ntp.conf $install/etc/ntp.conf