wok-next diff libgringotts/receipt @ rev 20632

gegl: fix packing
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 27 10:53:56 2018 +0300 (2018-04-27)
parents 9e5dca6702bf
children d5aab818505e
line diff
     1.1 --- a/libgringotts/receipt	Sat Apr 07 16:01:14 2018 +0300
     1.2 +++ b/libgringotts/receipt	Fri Apr 27 10:53:56 2018 +0300
     1.3 @@ -16,6 +16,7 @@
     1.4  
     1.5  compile_rules() {
     1.6  	./configure $CONFIGURE_ARGS &&
     1.7 +	fix libtool &&
     1.8  	make &&
     1.9  	make DESTDIR=$DESTDIR install
    1.10  }