wok-next diff input-utils/receipt @ rev 21138

gnutls: patch for libidn2-2.1.0
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 24 03:36:19 2019 +0200 (2019-01-24)
parents e1c0edabdcb2
children
line diff
     1.1 --- a/input-utils/receipt	Sat Mar 10 16:57:21 2018 +0200
     1.2 +++ b/input-utils/receipt	Thu Jan 24 03:36:19 2019 +0200
     1.3 @@ -4,7 +4,7 @@
     1.4  VERSION="20081014-101501"
     1.5  CATEGORY="system-tools"
     1.6  SHORT_DESC="Small collection of linux input layer tools"
     1.7 -MAINTAINER="domcox@slitaz.org"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="GPL2"
    1.10  WEB_SITE="http://dl.bytesex.org/cvs-snapshots/"
    1.11  
    1.12 @@ -21,7 +21,8 @@
    1.13  	esac
    1.14  
    1.15  	export prefix CFLAGS
    1.16 -	make && make DESTDIR=$DESTDIR install
    1.17 +	make &&
    1.18 +	make DESTDIR=$install install
    1.19  }
    1.20  
    1.21  genpkg_rules() {