wok rev 20461

py3k: fix build
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Oct 10 18:41:29 2018 +0200 (2018-10-10)
parents 605c88c58754
children c8f9323bb442
files py3k/receipt
line diff
     1.1 --- a/py3k/receipt	Wed Oct 10 16:24:34 2018 +0200
     1.2 +++ b/py3k/receipt	Wed Oct 10 18:41:29 2018 +0200
     1.3 @@ -19,7 +19,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	mkdir -p $DESTDIR/usr/lib/pkgconfig
     1.8 +	mkdir -p $DESTDIR/usr/lib/pkgconfig build
     1.9  	./configure --enable-shared \
    1.10  	--enable-optimizations \
    1.11  	--prefix=/usr --infodir=/usr/share/info \