wok diff ruby-gtk2/receipt @ rev 15313

partclone: remove a wrong error trigger
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 27 16:30:34 2013 +0000 (2013-09-27)
parents 4a88534591b7
children eb6049f398cb
line diff
     1.1 --- a/ruby-gtk2/receipt	Mon Apr 09 19:42:41 2012 +0200
     1.2 +++ b/ruby-gtk2/receipt	Fri Sep 27 16:30:34 2013 +0000
     1.3 @@ -11,6 +11,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="GTK+ bindings for Ruby."
     1.6  MAINTAINER="ben@seawolfsanctuary.com"
     1.7 +LICENSE="LGPL2.1"
     1.8  SOURCE="ruby-gnome2-all"
     1.9  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://ruby-gnome2.sourceforge.jp/"
    1.11 @@ -25,6 +26,7 @@
    1.12  compile_rules()
    1.13  {
    1.14  	cd $src
    1.15 +	sed -i 's|<glib/.*|<glib.h>|' glib2/ext/glib2/rbglib_*.c
    1.16  
    1.17  	# Select the parts to compile here:
    1.18  	for LIB in $SELECTED_LIBS; do
    1.19 @@ -39,5 +41,5 @@
    1.20  genpkg_rules()
    1.21  {
    1.22  	mkdir -p $fs/usr
    1.23 -	cp -a $_pkg/usr $fs/
    1.24 +	cp -a $install/usr $fs/
    1.25  }