wok-current diff ruby-pkgconfig/receipt @ rev 15603

Use install instead of _pkg
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 06 10:39:07 2013 +0000 (2013-12-06)
parents 9911fd0d3a4d
children 8873e661671a
line diff
     1.1 --- a/ruby-pkgconfig/receipt	Tue May 17 11:31:59 2011 +0200
     1.2 +++ b/ruby-pkgconfig/receipt	Fri Dec 06 10:39:07 2013 +0000
     1.3 @@ -24,6 +24,6 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	cp -a $_pkg/usr $fs
     1.8 +	cp -a $install/usr $fs
     1.9  }
    1.10