From 02b20d810111e8b53bb98ad49fedd1d583ce62e1 Mon Sep 17 00:00:00 2001 From: Roman Rakus Date: Tue, 7 Jun 2011 13:20:51 +0200 Subject: [PATCH] Added $HOME/.local/bin to PATH in .bash_profile (#699812) Signed-off-by: Roman Rakus --- bash.spec | 5 ++++- dot-bash_profile | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/bash.spec b/bash.spec index 30e4689..6becdbf 100644 --- a/bash.spec +++ b/bash.spec @@ -6,7 +6,7 @@ Version: %{baseversion}%{patchleveltag} Name: bash Summary: The GNU Bourne Again shell -Release: 2%{?dist} +Release: 3%{?dist} Group: System Environment/Shells License: GPLv3+ Url: http://www.gnu.org/software/bash @@ -312,6 +312,9 @@ end #%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt %changelog +* Tue Jun 07 2011 Roman Rakus - 4.2.10-3 +- Added $HOME/.local/bin to PATH in .bash_profile (#699812) + * Thu May 05 2011 Roman Rakus - 4.2.10-2 - Inc. a release no. diff --git a/dot-bash_profile b/dot-bash_profile index 3dc099a..031ab84 100644 --- a/dot-bash_profile +++ b/dot-bash_profile @@ -7,6 +7,6 @@ fi # User specific environment and startup programs -PATH=$PATH:$HOME/bin +PATH=$PATH:$HOME/.local/bin:$HOME/bin export PATH