summaryrefslogtreecommitdiffstats
path: root/source/d/mercurial/mercurial.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/d/mercurial/mercurial.SlackBuild')
-rwxr-xr-xsource/d/mercurial/mercurial.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/d/mercurial/mercurial.SlackBuild b/source/d/mercurial/mercurial.SlackBuild
index 5074b56a5..b5660cb1c 100755
--- a/source/d/mercurial/mercurial.SlackBuild
+++ b/source/d/mercurial/mercurial.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2008, 2009, 2010, 2017, 2018 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2008, 2009, 2010, 2017, 2018, 2023 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -55,7 +55,7 @@ rm -rf mercurial-$VERSION
tar xvf $CWD/mercurial-$VERSION.tar.?z || exit 1
cd mercurial-$VERSION || exit 1
-chown -R root.root .
+chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
-exec chmod 755 {} \+ -o \