wok-next diff ossp-uuid/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 a3c581bf52b8
children
line diff
     1.1 --- a/ossp-uuid/receipt	Fri Aug 10 12:53:17 2018 +0300
     1.2 +++ b/ossp-uuid/receipt	Fri Nov 09 09:48:29 2018 +0200
     1.3 @@ -11,13 +11,13 @@
     1.4  TARBALL="uuid-$VERSION.tar.gz"
     1.5  WGET_URL="ftp://ftp.ossp.org/pkg/lib/uuid/$TARBALL"
     1.6  
     1.7 -SPLIT="ossp-uuid-dev"
     1.8 +SPLIT="$PACKAGE-dev"
     1.9  
    1.10  compile_rules() {
    1.11  	./configure $CONFIGURE_ARGS &&
    1.12  	fix libtool &&
    1.13  	make &&
    1.14 -	make DESTDIR=$DESTDIR install
    1.15 +	make DESTDIR=$install install
    1.16  }
    1.17  
    1.18  genpkg_rules() {