From 06bda016730db7f0aac6a8c3f88cdc142d33b4c6 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sun, 31 Oct 2021 11:30:53 +0100 Subject: [PATCH] - rootfs: add neutrino's luaplugindir to PATH --- skel-root/general/files-etc/profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/skel-root/general/files-etc/profile b/skel-root/general/files-etc/profile index d2c1c09a..e875a8d0 100644 --- a/skel-root/general/files-etc/profile +++ b/skel-root/general/files-etc/profile @@ -7,6 +7,9 @@ if [ -d "/usr/local/bin" ]; then PATH="/usr/local/bin:$PATH" fi +# add neutrino's luaplugindir to PATH +PATH=$PATH:/usr/share/tuxbox/neutrino/luaplugins + if [ -z "$PS1" ]; then if [ "`id -u`" -eq 0 ]; then PS1='[\h] \w \# '