wok-next diff wyrd/receipt @ rev 21040

mariadb 10.3.10 (again)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 09 09:48:29 2018 +0200 (2018-11-09)
parents 757d032c55c7
children 89617d35ca0c
line diff
     1.1 --- a/wyrd/receipt	Fri Mar 30 19:31:50 2018 +0300
     1.2 +++ b/wyrd/receipt	Fri Nov 09 09:48:29 2018 +0200
     1.3 @@ -3,7 +3,7 @@
     1.4  PACKAGE="wyrd"
     1.5  VERSION="1.4.5"
     1.6  CATEGORY="utilities"
     1.7 -SHORT_DESC="Wyrd is a text-based front-end to Remind"
     1.8 +SHORT_DESC="Text-based front-end to Remind"
     1.9  MAINTAINER="paul@slitaz.org"
    1.10  LICENSE="GPL2"
    1.11  WEB_SITE="http://pessimization.com/software/wyrd/"
    1.12 @@ -16,7 +16,7 @@
    1.13  compile_rules() {
    1.14  	./configure $CONFIGURE_ARGS &&
    1.15  	make -j1 &&
    1.16 -	make -j1 DESTDIR=$DESTDIR install
    1.17 +	make -j1 DESTDIR=$install install
    1.18  }
    1.19  
    1.20  genpkg_rules() {