wok-next diff mcrypt/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents f48456621a9d
children
line diff
     1.1 --- a/mcrypt/receipt	Tue Oct 16 16:46:05 2018 +0300
     1.2 +++ b/mcrypt/receipt	Tue Sep 01 11:04:25 2020 +0000
     1.3 @@ -4,7 +4,7 @@
     1.4  VERSION="2.6.8"
     1.5  CATEGORY="security"
     1.6  SHORT_DESC="Simple crypting program"
     1.7 -MAINTAINER="erjo@slitaz.org"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="GPL3"
    1.10  WEB_SITE="http://mcrypt.sourceforge.net/"
    1.11  
    1.12 @@ -18,7 +18,7 @@
    1.13  	./configure $CONFIGURE_ARGS &&
    1.14  	fix libtool &&
    1.15  	make &&
    1.16 -	make DESTDIR=$DESTDIR install
    1.17 +	make DESTDIR=$install install
    1.18  }
    1.19  
    1.20  genpkg_rules() {