[bash/f15] Added $HOME/.local/bin to PATH in .bash_profile (#699812)

Roman Rakus rrakus at fedoraproject.org
Tue Jun 7 11:21:22 UTC 2011


commit 78e55158c1c9c4c1e1eb07fa1b81027df1100256
Author: Roman Rakus <rrakus at redhat.com>
Date:   Tue Jun 7 13:20:51 2011 +0200

    Added $HOME/.local/bin to PATH in .bash_profile (#699812)
    
    Signed-off-by: Roman Rakus <rrakus at redhat.com>

 bash.spec        |    5 ++++-
 dot-bash_profile |    2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
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 <rrakus at redhat.com> - 4.2.10-3
+- Added $HOME/.local/bin to PATH in .bash_profile (#699812)
+
 * Thu May 05 2011 Roman Rakus <rrakus at redhat.com> - 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


More information about the scm-commits mailing list