diff options
author | James Meyer <james.meyer@operamail.com> | 2014-02-17 00:08:18 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2014-02-19 19:03:05 (GMT) |
commit | 48c7caf0470b8693b849ac13454fdac4a697e812 (patch) | |
tree | 6460c8274cfdf4219846d0637d2509c5ae94c7fd /abs/core/filesystem/profile | |
parent | d8b6c41b41644281729f379050b63700a11cceab (diff) | |
download | linhes_pkgbuild-48c7caf0470b8693b849ac13454fdac4a697e812.zip linhes_pkgbuild-48c7caf0470b8693b849ac13454fdac4a697e812.tar.gz linhes_pkgbuild-48c7caf0470b8693b849ac13454fdac4a697e812.tar.bz2 |
filesystem: 2013_05
update binary path to /usr/bin
refs #961
Diffstat (limited to 'abs/core/filesystem/profile')
-rw-r--r-- | abs/core/filesystem/profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/filesystem/profile b/abs/core/filesystem/profile index 3bc22db..59d0abc 100644 --- a/abs/core/filesystem/profile +++ b/abs/core/filesystem/profile @@ -4,7 +4,7 @@ umask 022 # Set our default path -PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin" +PATH="/usr/local/sbin:/usr/local/bin:/usr/bin" export PATH # Load profiles from /etc/profile.d |