wok diff wxpython-dev/receipt @ rev 12327

wxpython: Fixed package so we have python files. Some packages that build with wxpython need this in order to build.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Apr 19 08:05:49 2012 +0000 (2012-04-19)
parents 3419fd419665
children 26a3881f0035
line diff
     1.1 --- a/wxpython-dev/receipt	Wed Oct 26 21:03:47 2011 +0000
     1.2 +++ b/wxpython-dev/receipt	Thu Apr 19 08:05:49 2012 +0000
     1.3 @@ -13,10 +13,6 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir -p $fs/usr/bin $fs/usr/lib $fs/usr/share
     1.8 -	cp -a $_pkg/usr/bin/wx-config $fs/usr/bin
     1.9 -	cp -a $_pkg/usr/lib/wx $fs/usr/lib
    1.10 +	mkdir -p $fs/usr
    1.11  	cp -a $_pkg/usr/include $fs/usr
    1.12 -	cp -a $_pkg/usr/share/aclocal $fs/usr/share
    1.13 -	cp -a $_pkg/usr/share/bakefile $fs/usr/share
    1.14  }