wok-next diff evince/receipt @ rev 21005

Small updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Oct 08 11:41:17 2018 +0300 (2018-10-08)
parents fb9d8c16e8db
children f48456621a9d
line diff
     1.1 --- a/evince/receipt	Fri Apr 06 17:43:57 2018 +0300
     1.2 +++ b/evince/receipt	Mon Oct 08 11:41:17 2018 +0300
     1.3 @@ -32,7 +32,9 @@
     1.4  		--with-help-formats=none \
     1.5  		--disable-help \
     1.6  		$CONFIGURE_ARGS &&
     1.7 -	make -j1 && make -j1 DESTDIR=$DESTDIR install || return 1
     1.8 +	fix libtool &&
     1.9 +	make -j1 &&
    1.10 +	make -j1 DESTDIR=$DESTDIR install || return 1
    1.11  
    1.12  	install -Dm644 $stuff/evince.desktop $install/usr/share/applications/evince.desktop
    1.13  }