wok diff pycairo/receipt @ rev 19380

Up palemoon (26.4.0)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Aug 18 16:16:50 2016 +0200 (2016-08-18)
parents bf4a09ef1d2e
children a78610b2eb47
line diff
     1.1 --- a/pycairo/receipt	Fri Oct 18 22:13:53 2013 +0000
     1.2 +++ b/pycairo/receipt	Thu Aug 18 16:16:50 2016 +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 -