wok-next diff python3/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents 019246ad2f42
children a43eb412173d
line diff
     1.1 --- a/python3/receipt	Wed Sep 26 00:03:58 2018 +0300
     1.2 +++ b/python3/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.3 @@ -14,7 +14,7 @@
     1.4  
     1.5  BUILD_DEPENDS="readline-dev gdbm-dev openssl-dev sqlite3-dev zlib-dev tk-dev \
     1.6  ncurses-dev xz-dev bzip2-dev expat-dev"
     1.7 -SPLIT="python3-dev"
     1.8 +SPLIT="$PACKAGE-dev"
     1.9  COOKOPTS="!zip"
    1.10  
    1.11  compile_rules() {
    1.12 @@ -27,7 +27,7 @@
    1.13  		--without-ensurepip \
    1.14  		$CONFIGURE_ARGS &&
    1.15  	make &&
    1.16 -	make DESTDIR=$DESTDIR install || return 1
    1.17 +	make DESTDIR=$install install || return 1
    1.18  
    1.19  	chmod 755 $install/usr/lib/libpython${VERSION%.*}m.so
    1.20  	chmod 755 $install/usr/lib/libpython${VERSION%%.*}.so