diff --git a/bash.spec b/bash.spec index 6a8ef85..15f8312 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 @@ -302,6 +302,9 @@ fi #%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 - Patchlevel 10 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