wok-next diff gtkhotkey/receipt @ rev 20908

bzip2: update home page and source URL (thanks shann); domain bzip.org is suspended now...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Aug 12 04:53:45 2018 +0300 (2018-08-12)
parents 4396aed7eb01
children f48456621a9d
line diff
     1.1 --- a/gtkhotkey/receipt	Wed Mar 07 19:43:44 2018 +0200
     1.2 +++ b/gtkhotkey/receipt	Sun Aug 12 04:53:45 2018 +0300
     1.3 @@ -17,8 +17,11 @@
     1.4  compile_rules() {
     1.5  	sed -i 's|<glib/.*h>|<glib.h>|' src/x11/tomboykeybinder.h src/gtk-hotkey-error.h
     1.6  	sed -i 's|}/doc|}/share/doc|' Makefile*
     1.7 +
     1.8  	./configure $CONFIGURE_ARGS &&
     1.9 -	make && make install
    1.10 +	fix libtool &&
    1.11 +	make &&
    1.12 +	make install
    1.13  }
    1.14  
    1.15  genpkg_rules() {