Reorder PATH variable in /etc/profile#4420
Reorder PATH variable in /etc/profile#4420rizalmart wants to merge 2 commits intopuppylinux-woof-CE:testingfrom
Conversation
peabee
left a comment
There was a problem hiding this comment.
Why is this suddenly needed when the existing scheme has been working without any problems for a looooong time??
You seem to be giving precedence to /usr/local over the system level lib folders? Why?
|
To make it fully aligned and compliant with the standard file system hierarchy about path ordering. I noticed the order when I check the $PATH values under pkexec. It go /usr/local first then /usr. also /usr/local is default path for make install command upon compiling source code |
|
@techrockedge FYI |
However woof-ce uses major distros to build puppy and those major distros follows FHS standard path ordering. Much better if puppy follow the path ordering as close as possible to the mainstream distro. Also putting /usr/local first makes wrapping, overriding of linux commands easier rather than renaming to "-FULL" suffix |
Make path order aligned with the FHS