wok diff rarian/receipt @ rev 6952

Fixed a bug in gobject-introspection. Looks like /usr/lib/girepository-1.0 is needed gobject-introspection instead of the -dev package.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Oct 25 22:01:57 2010 +0000 (2010-10-25)
parents bd30b042b18a
children 940b5937e496
line diff
     1.1 --- a/rarian/receipt	Sat Oct 16 19:48:05 2010 +0000
     1.2 +++ b/rarian/receipt	Mon Oct 25 22:01:57 2010 +0000
     1.3 @@ -34,5 +34,6 @@
     1.4  	cp -a $_pkg/usr/bin $fs/usr
     1.5  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
     1.6  	cp -a $_pkg/usr/share/librarian/rarian-sk-cl.xml $fs/usr/share/librarian
     1.7 +	cp -a $_pkg/var $fs/
     1.8  }
     1.9