mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
182b5bbd1c
Package provides a number of binaries in /opt/vc/bin/ yet this is not searched by default and can be confusing to users. Ship a /etc/profile.d/ drop-in to modify the global PATH on login.
5 lines
106 B
Bash
5 lines
106 B
Bash
# Set path to perl scriptdirs if they exist
|
|
|
|
[ -d /opt/vc/bin ] && append_path '/opt/vc/bin'
|
|
|
|
export PATH
|