wok-next diff expect/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents e7a485521d6a
children
line diff
     1.1 --- a/expect/receipt	Tue Aug 07 00:30:45 2018 +0300
     1.2 +++ b/expect/receipt	Tue Sep 01 10:31:46 2020 +0000
     1.3 @@ -4,9 +4,9 @@
     1.4  VERSION="5.45.4"
     1.5  CATEGORY="utilities"
     1.6  SHORT_DESC="A tool for automating interactive applications"
     1.7 -MAINTAINER="samuel_trassare@yahoo.com"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="PublicDomain"
    1.10 -WEB_SITE="http://expect.sourceforge.net"
    1.11 +WEB_SITE="http://expect.sourceforge.net/"
    1.12  
    1.13  TARBALL="$PACKAGE$VERSION.tar.gz"
    1.14  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.15 @@ -18,7 +18,7 @@
    1.16  compile_rules() {
    1.17  	./configure $CONFIGURE_ARGS &&
    1.18  	make &&
    1.19 -	make DESTDIR=$DESTDIR install
    1.20 +	make DESTDIR=$install install
    1.21  }
    1.22  
    1.23  genpkg_rules() {