wok-next diff liblouis/receipt @ rev 21131

Update fdupes (1.6.1), jdupes (1.11.1), paper-icon-theme (1.5.0)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jan 19 14:59:09 2019 +0200 (2019-01-19)
parents a3c581bf52b8
children
line diff
     1.1 --- a/liblouis/receipt	Fri Aug 10 12:53:17 2018 +0300
     1.2 +++ b/liblouis/receipt	Sat Jan 19 14:59:09 2019 +0200
     1.3 @@ -12,7 +12,7 @@
     1.4  WGET_URL="http://liblouis.googlecode.com/files/$TARBALL" # FIXME
     1.5  
     1.6  BUILD_DEPENDS="python-dev"
     1.7 -SPLIT="liblouis-dev"
     1.8 +SPLIT="$PACKAGE-dev"
     1.9  
    1.10  compile_rules() {
    1.11  	./configure \
    1.12 @@ -20,7 +20,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() {