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.SlackBuild13
1 files changed, 0 insertions, 13 deletions
diff --git a/source/d/scons/scons.SlackBuild b/source/d/scons/scons.SlackBuild
index 5353b47ed..b9af3260f 100755
--- a/source/d/scons/scons.SlackBuild
+++ b/source/d/scons/scons.SlackBuild
@@ -100,19 +100,6 @@ for i in $( find $PKG/usr/man -type l ) ; do
rm $i
done
-## For some reason, SCons no longer ships a man page. If there is not a man page
-## present, install the last known version. It's better than nothing.
-#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."
-# exit 1
-#fi
-
mkdir -p $PKG/usr/doc/$PKGNAM-$VERSION/
cp -a \
LICENSE* PKG-INFO* README* \