# HG changeset patch # User Pascal Bellard # Date 1539189689 -7200 # Node ID e04d8d743189c5722e253eacea021a1403961260 # Parent 605c88c587541223389f2a1fb6edab86d174c4be py3k: fix build diff -r 605c88c58754 -r e04d8d743189 py3k/receipt --- a/py3k/receipt Wed Oct 10 16:24:34 2018 +0200 +++ b/py3k/receipt Wed Oct 10 18:41:29 2018 +0200 @@ -19,7 +19,7 @@ # Rules to configure and make the package. compile_rules() { - mkdir -p $DESTDIR/usr/lib/pkgconfig + mkdir -p $DESTDIR/usr/lib/pkgconfig build ./configure --enable-shared \ --enable-optimizations \ --prefix=/usr --infodir=/usr/share/info \