diff options
Diffstat (limited to 'source/d')
-rwxr-xr-x | source/d/python/python.SlackBuild | 2 | ||||
-rw-r--r-- | source/d/python/python.url | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/source/d/python/python.SlackBuild b/source/d/python/python.SlackBuild index d1d37a6db..3b22291b9 100755 --- a/source/d/python/python.SlackBuild +++ b/source/d/python/python.SlackBuild @@ -26,7 +26,7 @@ PKGNAM=python SRCNAM=Python VERSION=$(echo $SRCNAM-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev) BRANCH_VERSION=$(echo $VERSION | cut -f 1,2 -d . ) -BUILD=${BUILD:-3} +BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} diff --git a/source/d/python/python.url b/source/d/python/python.url new file mode 100644 index 000000000..8738d0b14 --- /dev/null +++ b/source/d/python/python.url @@ -0,0 +1 @@ +http://www.python.org/ftp/python/ |