wok-current diff glibmm/receipt @ rev 13497

Up: spacefm (0.8.0) With an autostart desktop file to replace pcmanfm desktop handler and can automount media using the kernel polling (no udisks or gvfs)
author Christophe Lincoln <pankso@slitaz.org>
date Sat Oct 13 10:49:28 2012 +0200 (2012-10-13)
parents 57760a0cef5d
children 76b72f1ad63c
line diff
     1.1 --- a/glibmm/receipt	Thu Oct 13 02:43:23 2011 +0000
     1.2 +++ b/glibmm/receipt	Sat Oct 13 10:49:28 2012 +0200
     1.3 @@ -16,6 +16,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 +	find . -name '*.[ch]*' | xargs sed -i 's|<glib/.*h|<glib.h|'
     1.8  	./configure $CONFIGURE_ARGS && 
     1.9  	make && make install
    1.10  }