PKGBUILDs/alarm/raspberrypi-firmware/raspberrypi-firmware.sh
graysky 182b5bbd1c alarm/raspberrypi-firmware to 20210128-2
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.
2021-02-13 10:02:34 -05:00

5 lines
106 B
Bash

# Set path to perl scriptdirs if they exist
[ -d /opt/vc/bin ] && append_path '/opt/vc/bin'
export PATH