wok-next diff owfs/receipt @ rev 20738

Up scons (3.0.1); add scons2 (2.5.1)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 29 21:13:51 2018 +0300 (2018-05-29)
parents 474eb4a6385a
children d5aab818505e
line diff
     1.1 --- a/owfs/receipt	Sat Mar 24 11:07:24 2018 +0200
     1.2 +++ b/owfs/receipt	Tue May 29 21:13:51 2018 +0300
     1.3 @@ -15,9 +15,9 @@
     1.4  
     1.5  compile_rules() {
     1.6  	./configure \
     1.7 -		--prefix=/usr \
     1.8  		--bindir=/usr/bin \
     1.9  		$CONFIGURE_ARGS &&
    1.10 +	fix libtool &&
    1.11  	make &&
    1.12  	make DESTDIR=$DESTDIR install
    1.13  }