wok rev 17204

telepathy-glib: without gtk-doc
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 09 13:44:19 2014 +0200 (2014-10-09)
parents f3fe33e478ad
children dc6e035b1d63
files telepathy-glib/receipt
line diff
     1.1 --- a/telepathy-glib/receipt	Thu Oct 09 13:38:33 2014 +0200
     1.2 +++ b/telepathy-glib/receipt	Thu Oct 09 13:44:19 2014 +0200
     1.3 @@ -27,6 +27,7 @@
     1.4  genpkg_rules()
     1.5  {
     1.6  	mkdir -p $fs/usr/share $fs/usr/lib
     1.7 -	cp -a $install/usr/share/g* $fs/usr/share
     1.8 +	cp -a $install/usr/share/gir* $fs/usr/share
     1.9 +	cp -a $install/usr/share/glib* $fs/usr/share
    1.10  	cp -a $install/usr/lib/gir* $fs/usr/lib
    1.11  }