wok-next diff libotr/receipt @ rev 20607

perdition: up 2.2
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 19 15:57:59 2018 +0300 (2018-04-19)
parents c3a368c0cddb
children d5aab818505e
line diff
     1.1 --- a/libotr/receipt	Fri Mar 02 03:33:54 2018 +0200
     1.2 +++ b/libotr/receipt	Thu Apr 19 15:57:59 2018 +0300
     1.3 @@ -15,9 +15,8 @@
     1.4  SPLIT="libotr-dev"
     1.5  
     1.6  compile_rules() {
     1.7 -	./configure \
     1.8 -		--prefix=/usr \
     1.9 -		$CONFIGURE_ARGS &&
    1.10 +	./configure $CONFIGURE_ARGS &&
    1.11 +	fix libtool &&
    1.12  	make &&
    1.13  	make DESTDIR=$DESTDIR install
    1.14  }