wok-next diff guichan/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 0ec6086e21d6
children 0f2575775b2d
line diff
     1.1 --- a/guichan/receipt	Sat Apr 14 01:31:03 2018 +0300
     1.2 +++ b/guichan/receipt	Fri Nov 09 09:48:29 2018 +0200
     1.3 @@ -13,7 +13,7 @@
     1.4  WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL"
     1.5  
     1.6  BUILD_DEPENDS="libsdl-dev libsdl-image-dev mesa-dev"
     1.7 -SPLIT="guichan-dev"
     1.8 +SPLIT="$PACKAGE-dev"
     1.9  
    1.10  compile_rules() {
    1.11  	./configure \
    1.12 @@ -21,7 +21,7 @@
    1.13  		$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() {