# HG changeset patch # User Pascal Bellard # Date 1425887305 -3600 # Node ID 279df65a72b8ae8b1100fae24a7810ff5db4a36e # Parent f0f8ec4c46255fc404bc8cbfad86484fdd591f8d mp3info: link with libtinfo diff -r f0f8ec4c4625 -r 279df65a72b8 mp3info/receipt --- a/mp3info/receipt Sun Mar 08 17:02:50 2015 +0100 +++ b/mp3info/receipt Mon Mar 09 08:48:25 2015 +0100 @@ -16,7 +16,8 @@ # Rules to configure and make the package. compile_rules() { - cd $src && make + sed -i 's/-lncurses/& -ltinfo/' Makefile + make } # Rules to gen a SliTaz package suitable for Tazpkg.