wok diff pycairo/receipt @ rev 20321

Fix busybox, etherboot & mgetty
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun May 20 21:26:43 2018 +0200 (2018-05-20)
parents bf4a09ef1d2e
children a78610b2eb47
line diff
     1.1 --- a/pycairo/receipt	Fri Oct 18 22:13:53 2013 +0000
     1.2 +++ b/pycairo/receipt	Sun May 20 21:26:43 2018 +0200
     1.3 @@ -18,7 +18,6 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8  	./waf configure --prefix=/usr &&
     1.9  	./waf build &&
    1.10  	./waf install --destdir=$DESTDIR
    1.11 @@ -31,4 +30,3 @@
    1.12  	mkdir -p $fs/usr/lib
    1.13  	cp -a $install/usr/lib/$PYTHON_LIB $fs/usr/lib
    1.14  }
    1.15 -