wok-next diff libsdl-mixer/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 1ff0133b1f8c
children df20b2110f7e
line diff
     1.1 --- a/libsdl-mixer/receipt	Sun Mar 11 13:37:02 2018 +0200
     1.2 +++ b/libsdl-mixer/receipt	Fri Apr 27 10:53:56 2018 +0300
     1.3 @@ -15,7 +15,10 @@
     1.4  SPLIT="libsdl-mixer-dev"
     1.5  
     1.6  compile_rules() {
     1.7 -	./configure $CONFIGURE_ARGS && make && make install
     1.8 +	./configure $CONFIGURE_ARGS &&
     1.9 +	fix libtool &&
    1.10 +	make &&
    1.11 +	make install
    1.12  }
    1.13  
    1.14  genpkg_rules() {