summaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorTilman Sauerbeck <tilman@crux.nu>2006-12-29 00:15:15 +0100
committerTilman Sauerbeck <tilman@crux.nu>2006-12-29 00:15:15 +0100
commit90774409ebd1260ed9ea637b203dcd9c59b8cf08 (patch)
treeae0e44e771b4bb07a54348c3066022d72df67054 /bash
parentd7da607fb9c4ae6aa8d5fa5d481e337b502722dd (diff)
downloadcore-90774409ebd1260ed9ea637b203dcd9c59b8cf08.tar.gz
core-90774409ebd1260ed9ea637b203dcd9c59b8cf08.tar.xz
bash: removed /usr/X11R6/bin from PATH.
Diffstat (limited to 'bash')
-rw-r--r--bash/Pkgfile2
-rw-r--r--bash/profile4
2 files changed, 3 insertions, 3 deletions
diff --git a/bash/Pkgfile b/bash/Pkgfile
index 5095b216..077bd445 100644
--- a/bash/Pkgfile
+++ b/bash/Pkgfile
@@ -5,7 +5,7 @@
name=bash
version=3.2.9
-release=1
+release=2
source=(http://ftp.gnu.org/gnu/$name/$name-3.2.tar.gz \
$name-3.2-001-009.patch \
$name-3.2-doc.patch \
diff --git a/bash/profile b/bash/profile
index 15151494..21c1cf06 100644
--- a/bash/profile
+++ b/bash/profile
@@ -3,9 +3,9 @@
#
if [ "$UID" = "0" ]; then
- export PATH="/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/opt/bin"
+ export PATH="/sbin:/usr/sbin:/bin:/usr/bin:/opt/bin"
else
- export PATH="/bin:/usr/bin:/usr/X11R6/bin:/opt/bin"
+ export PATH="/bin:/usr/bin:/opt/bin"
fi
if [ ! -f ~/.inputrc ]; then

Generated by cgit