Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=27b24508b23fae464adcd455995cba7c6f511726

commit 27b24508b23fae464adcd455995cba7c6f511726
Author: DeX77 <de...@frugalware.org>
Date:   Tue Jan 9 11:51:39 2018 +0100

coreutils-8.29-3-x86_64

* fix dircolors for ash/zsh

diff --git a/source/base/coreutils/FrugalBuild 
b/source/base/coreutils/FrugalBuild
index 40c5725..dddb49c 100644
--- a/source/base/coreutils/FrugalBuild
+++ b/source/base/coreutils/FrugalBuild
@@ -4,7 +4,7 @@

pkgname=coreutils
pkgver=8.29
-pkgrel=2
+pkgrel=3
pkgdesc="These are the GNU core utilities, the basic command line programs"
url="http://www.gnu.org/software/coreutils";
depends=('bash>=4.3_042-5' 'glibc>=2.25-5' 'xfsprogs-attr' 'gmp>=6.1.2-2' 
'libcap>=2.25-7' 'xfsprogs-acl>=2.2.52-6')
diff --git a/source/base/coreutils/dircolors.sh 
b/source/base/coreutils/dircolors.sh
index 8f46395..b80f122 100644
--- a/source/base/coreutils/dircolors.sh
+++ b/source/base/coreutils/dircolors.sh
@@ -1,8 +1,8 @@
# Setup colors for 'ls' commands.
if [ "$SHELL" = "/bin/zsh" ]; then
- eval `dircolors -z`
+ eval `dircolors -c`
elif [ "$SHELL" = "/bin/ash" ]; then
- eval `dircolors -s`
+ eval `dircolors -c`
else
eval `dircolors -b`
fi
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to