Browse Source

- rootfs: add neutrino's luaplugindir to PATH

master
vanhofen 3 years ago
parent
commit
06bda01673
  1. 3
      skel-root/general/files-etc/profile

3
skel-root/general/files-etc/profile

@ -7,6 +7,9 @@ if [ -d "/usr/local/bin" ]; then
PATH="/usr/local/bin:$PATH" PATH="/usr/local/bin:$PATH"
fi fi
# add neutrino's luaplugindir to PATH
PATH=$PATH:/usr/share/tuxbox/neutrino/luaplugins
if [ -z "$PS1" ]; then if [ -z "$PS1" ]; then
if [ "`id -u`" -eq 0 ]; then if [ "`id -u`" -eq 0 ]; then
PS1='[\h] \w \# ' PS1='[\h] \w \# '

Loading…
Cancel
Save