summaryrefslogtreecommitdiffstats
path: root/source/a/tcsh/tcsh.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/a/tcsh/tcsh.SlackBuild')
-rwxr-xr-xsource/a/tcsh/tcsh.SlackBuild5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/a/tcsh/tcsh.SlackBuild b/source/a/tcsh/tcsh.SlackBuild
index a681a6642..b911dd7ff 100755
--- a/source/a/tcsh/tcsh.SlackBuild
+++ b/source/a/tcsh/tcsh.SlackBuild
@@ -64,11 +64,6 @@ rm -rf ${PKGNAM}-$VERSION
tar xvf $CWD/${PKGNAM}-$VERSION.tar.?z || exit 1
cd ${PKGNAM}-$VERSION || exit 1
-# The LS_COLORS variable shared by tcsh has new options in recent
-# versions of coreutils that cause tcsh to exit, so disable the
-# built-in color ls:
-zcat $CWD/${PKGNAM}.nobuiltincolorls.diff.gz | patch -p1 --verbose || exit 1
-
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \