wok-next diff mosh/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 d457c4e37c1b
line diff
     1.1 --- a/mosh/receipt	Fri Mar 30 19:31:50 2018 +0300
     1.2 +++ b/mosh/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.3 @@ -17,9 +17,10 @@
     1.4  compile_rules() {
     1.5  	./autogen.sh
     1.6  	./configure \
     1.7 -		--enable-compile-warnings=error &&
     1.8 +		--enable-compile-warnings=error \
     1.9 +		&&
    1.10  	make &&
    1.11 -	make DESTDIR=$DESTDIR install
    1.12 +	make DESTDIR=$install install
    1.13  }
    1.14  
    1.15  genpkg_rules() {