wok diff dbus-python/receipt @ rev 12254

Up: slitaz-configs (4.9.1) - Last minute bug fix
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 10 13:54:27 2012 +0200 (2012-04-10)
parents c395af0ea481
children c15e6d896c00
line diff
     1.1 --- a/dbus-python/receipt	Mon May 23 18:18:01 2011 +0200
     1.2 +++ b/dbus-python/receipt	Tue Apr 10 13:54:27 2012 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="dbus-python"
     1.7 -VERSION="0.83.1"
     1.8 +VERSION="0.84.0"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="D-Bus python binding."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -24,6 +24,6 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	mkdir -p $fs/usr/lib
    1.16 -	cp -a $_pkg/usr/lib/python* $fs/usr/lib
    1.17 +	cp -a $install/usr/lib/python* $fs/usr/lib
    1.18  	rm $fs/usr/lib/python*/*/*.la
    1.19  }