summaryrefslogtreecommitdiffstats
path: root/source/d
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2020-03-06 02:45:42 +0000
committer Eric Hameleers <alien@slackware.com>2020-03-06 08:59:50 +0100
commitd6198f3d53a5c2a33681cec675c3ebc7a4a7fa66 (patch)
tree1376b87fd1c42ab62b691a6f61101eb0697e8359 /source/d
parentcb1ee501cabf242b70244f6035a07307b0bb2f35 (diff)
downloadcurrent-d6198f3d53a5c2a33681cec675c3ebc7a4a7fa66.tar.gz
current-d6198f3d53a5c2a33681cec675c3ebc7a4a7fa66.tar.xz
Fri Mar 6 02:45:42 UTC 202020200306024542
a/coreutils-8.32-x86_64-1.txz: Upgraded. a/kernel-generic-5.4.24-x86_64-1.txz: Upgraded. a/kernel-huge-5.4.24-x86_64-1.txz: Upgraded. a/kernel-modules-5.4.24-x86_64-1.txz: Upgraded. a/kmod-27-x86_64-1.txz: Upgraded. d/kernel-headers-5.4.24-x86-1.txz: Upgraded. d/mercurial-5.3.1-x86_64-1.txz: Upgraded. k/kernel-source-5.4.24-noarch-1.txz: Upgraded. -HEADER_TEST n l/python-packaging-20.3-x86_64-1.txz: Upgraded. l/vte-0.60.0-x86_64-1.txz: Upgraded. x/mesa-20.0.1-x86_64-1.txz: Upgraded. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
Diffstat (limited to 'source/d')
-rwxr-xr-xsource/d/mercurial/mercurial.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/d/mercurial/mercurial.SlackBuild b/source/d/mercurial/mercurial.SlackBuild
index dff5f3cb9..5074b56a5 100755
--- a/source/d/mercurial/mercurial.SlackBuild
+++ b/source/d/mercurial/mercurial.SlackBuild
@@ -62,7 +62,7 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \+
-python setup.py build install --root=$PKG || exit 1
+python3 setup.py build install --root=$PKG || exit 1
# Ordinarily we will not add stuff that's not installed through the normal
# default installation method, but we've had a lot of requests, and it appears