wok-next diff curlftpfs/receipt @ rev 21403

updated php again (7.4.4 -> 7.4.5)
author Hans-G?nter Theisgen
date Tue Apr 21 10:28:30 2020 +0100 (2020-04-21)
parents 835b3b8ce6ac
children
line diff
     1.1 --- a/curlftpfs/receipt	Fri Apr 13 07:14:16 2018 +0300
     1.2 +++ b/curlftpfs/receipt	Tue Apr 21 10:28:30 2020 +0100
     1.3 @@ -4,7 +4,7 @@
     1.4  VERSION="0.9.2"
     1.5  CATEGORY="system-tools"
     1.6  SHORT_DESC="Using FUSE to access FTP servers"
     1.7 -MAINTAINER="erjo@slitaz.org"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="GPL2"
    1.10  WEB_SITE="http://curlftpfs.sourceforge.net/"
    1.11  
    1.12 @@ -17,7 +17,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() {