summaryrefslogtreecommitdiffstats
path: root/source/d/scons/scons.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/d/scons/scons.SlackBuild')
-rwxr-xr-xsource/d/scons/scons.SlackBuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/d/scons/scons.SlackBuild b/source/d/scons/scons.SlackBuild
index 1daa1d30c..f27faebe3 100755
--- a/source/d/scons/scons.SlackBuild
+++ b/source/d/scons/scons.SlackBuild
@@ -99,6 +99,8 @@ done
if [ ! -r $PKG/usr/man/man1/scons.1.gz ]; then
mkdir -p $PKG/usr/man/man1
cp -a $CWD/scons.1.gz $PKG/usr/man/man1
+ chown root:root $PKG/usr/man/man1/scons.1.gz
+ chmod 644 $PKG/usr/man/man1/scons.1.gz
else
echo "ERROR: actually found scons man page! Please comment out the section of"
echo "the build script that tries to install it, and delete the old man page."