wok-next diff cyrus-sasl/receipt @ rev 20295

Attempt to fix warzone2100; add feathernotes, featherpad, kvantum, libqscintilla-qt5, plataro
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Nov 08 21:51:43 2017 +0200 (2017-11-08)
parents b8b371b1b165
children 0e7893ac206d
line diff
     1.1 --- a/cyrus-sasl/receipt	Wed Nov 08 15:39:43 2017 +0100
     1.2 +++ b/cyrus-sasl/receipt	Wed Nov 08 21:51:43 2017 +0200
     1.3 @@ -18,7 +18,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	autoreconf -fi &&
     1.8 +	autoreconf -fi || return 1
     1.9  
    1.10  	mkdir -p $src/saslauthd/cmulocal
    1.11  	cp -a $src $src-pam
    1.12 @@ -34,7 +34,7 @@
    1.13  		--with-ldap \
    1.14  		--with-openssl \
    1.15  		$CONFIGURE_ARGS &&
    1.16 -	make && make install &&
    1.17 +	make && make install || return 1
    1.18  
    1.19  	cd $src-pam
    1.20  	./configure \
    1.21 @@ -47,7 +47,7 @@
    1.22  		--with-ldap \
    1.23  		--with-openssl \
    1.24  		$CONFIGURE_ARGS &&
    1.25 -	make && make DESTDIR=$DESTDIR-pam install &&
    1.26 +	make && make DESTDIR=$DESTDIR-pam install || return 1
    1.27  
    1.28  	for inst in $install $install-pam; do
    1.29  		docdir="$inst/usr/share/doc/cyrus-sasl-$VERSION"