wok diff acl/receipt @ rev 20641

Add SSL support to retawq (needed by man to browse linux.die.net)
author Lucas Levrel <llevrel@yahoo.fr>
date Fri Jan 11 09:19:11 2019 +0100 (2019-01-11)
parents ed16b1f1124a
children 68cf96abc146
line diff
     1.1 --- a/acl/receipt	Wed Oct 31 15:45:41 2018 +0100
     1.2 +++ b/acl/receipt	Fri Jan 11 09:19:11 2019 +0100
     1.3 @@ -35,8 +35,7 @@
     1.4  			--libexecdir=/usr/lib \
     1.5  			$CONFIGURE_ARGS &&
     1.6  		make &&
     1.7 -		DIST_ROOT=$DESTDIR \
     1.8 -		make install install-dev
     1.9 +		DIST_ROOT=$DESTDIR make install
    1.10  	} || {
    1.11  		mv -f /bin/sh.bak /bin/sh; return 1
    1.12  	}