diff options
Diffstat (limited to 'source/a/coreutils')
-rw-r--r-- | source/a/coreutils/DIR_COLORS | 2 | ||||
-rwxr-xr-x | source/a/coreutils/coreutils.SlackBuild | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/source/a/coreutils/DIR_COLORS b/source/a/coreutils/DIR_COLORS index 17fb0bc8..29660a87 100644 --- a/source/a/coreutils/DIR_COLORS +++ b/source/a/coreutils/DIR_COLORS @@ -50,6 +50,8 @@ TERM screen-w TERM screen.linux TERM screen.rxvt TERM terminator +TERM tmux +TERM tmux-256color TERM vt100 TERM xterm TERM xterm-16color diff --git a/source/a/coreutils/coreutils.SlackBuild b/source/a/coreutils/coreutils.SlackBuild index 77429e28..eb28f571 100755 --- a/source/a/coreutils/coreutils.SlackBuild +++ b/source/a/coreutils/coreutils.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=coreutils VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | cut -d - -f 2 | rev | cut -f 3- -d . | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} |