wok-next diff quilt/receipt @ rev 21567

updated cppunit (1.14.0 -> 1.15.1)
author Hans-G?nter Theisgen
date Mon Jun 22 16:07:43 2020 +0100 (2020-06-22)
parents 6690b25343a3
children
line diff
     1.1 --- a/quilt/receipt	Tue Mar 13 13:24:41 2018 +0100
     1.2 +++ b/quilt/receipt	Mon Jun 22 16:07:43 2020 +0100
     1.3 @@ -14,9 +14,11 @@
     1.4  BUILD_DEPENDS="diffutils perl patch"
     1.5  
     1.6  compile_rules() {
     1.7 -	./configure --prefix=/usr $CONFIGURE_ARGS &&
     1.8 +	./configure \
     1.9 +		--prefix=/usr \
    1.10 +		$CONFIGURE_ARGS &&
    1.11  	make &&
    1.12 -	make BUILD_ROOT=$DESTDIR install
    1.13 +	make BUILD_ROOT=$install install
    1.14  }
    1.15  
    1.16  genpkg_rules() {