From e1a970e684d612833b12664bd83f143808e1e930 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Tue, 29 Sep 2015 14:08:31 +0200 Subject: [PATCH] tcsh: update PATH, as for #2629. --- srcpkgs/tcsh/files/csh.cshrc | 2 +- srcpkgs/tcsh/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/tcsh/files/csh.cshrc b/srcpkgs/tcsh/files/csh.cshrc index 1e53360b65f..bd864d8c5f5 100644 --- a/srcpkgs/tcsh/files/csh.cshrc +++ b/srcpkgs/tcsh/files/csh.cshrc @@ -4,4 +4,4 @@ if ( -r /etc/csh.env ) then source /etc/csh.env endif -set -f path = ( $path /usr/bin /usr/sbin /usr/local/bin /usr/local/sbin /bin /sbin ) +set -f path = ( $path /usr/local/sbin /usr/local/bin /usr/bin /usr/sbin /sbin /bin ) diff --git a/srcpkgs/tcsh/template b/srcpkgs/tcsh/template index cdce6b117bd..fab7b6ea908 100644 --- a/srcpkgs/tcsh/template +++ b/srcpkgs/tcsh/template @@ -1,7 +1,7 @@ # Template file for 'tcsh' pkgname=tcsh version=6.19.00 -revision=1 +revision=2 build_style=gnu-configure register_shell="/bin/tcsh /bin/csh" conf_files="/etc/csh.login /etc/csh.cshrc"