mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
move plugins to /share/tuxbox/neutrino/plugins
Origin commit data
------------------
Branch: ni/coolstream
Commit: e33816f93c
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-05-30 (Thu, 30 May 2019)
Origin message was:
------------------
- move plugins to /share/tuxbox/neutrino/plugins
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -269,7 +269,7 @@ TUXBOX_APPS_DIRECTORY_ONE(gamesdir, GAMESDIR, localstatedir, /var, /tuxbox/games
|
||||
TUXBOX_APPS_DIRECTORY_ONE(libdir, LIBDIR, libdir, /lib, /tuxbox,
|
||||
[--with-libdir=PATH], [where to find internal libs])
|
||||
|
||||
TUXBOX_APPS_DIRECTORY_ONE(plugindir, PLUGINDIR, libdir, /lib, /tuxbox/plugins,
|
||||
TUXBOX_APPS_DIRECTORY_ONE(plugindir, PLUGINDIR, datadir, /share, /tuxbox/neutrino/plugins,
|
||||
[--with-plugindir=PATH], [where to find plugins])
|
||||
|
||||
TUXBOX_APPS_DIRECTORY_ONE(plugindir_var, PLUGINDIR_VAR, localstatedir, /var, /tuxbox/plugins,
|
||||
@@ -278,7 +278,7 @@ TUXBOX_APPS_DIRECTORY_ONE(plugindir_var, PLUGINDIR_VAR, localstatedir, /var, /tu
|
||||
TUXBOX_APPS_DIRECTORY_ONE(plugindir_mnt, PLUGINDIR_MNT, mntdir, /mnt, /plugins,
|
||||
[--with-plugindir_mnt=PATH], [where to find external plugins])
|
||||
|
||||
TUXBOX_APPS_DIRECTORY_ONE(luaplugindir, LUAPLUGINDIR, libdir, /lib, /tuxbox/luaplugins,
|
||||
TUXBOX_APPS_DIRECTORY_ONE(luaplugindir, LUAPLUGINDIR, datadir, /share, /tuxbox/neutrino/luaplugins,
|
||||
[--with-luaplugindir=PATH], [where to find Lua plugins])
|
||||
|
||||
TUXBOX_APPS_DIRECTORY_ONE(webradiodir, WEBRADIODIR, datadir, /share, /tuxbox/neutrino/webradio,
|
||||
|
@@ -21,7 +21,7 @@
|
||||
#if 0
|
||||
For testing try:
|
||||
|
||||
cat <<EOT > /lib/tuxbox/luaplugins/test.lua
|
||||
cat <<EOT > /share/tuxbox/neutrino/luaplugins/test.lua
|
||||
#!/bin/luaclient
|
||||
|
||||
for i,v in ipairs(arg) do
|
||||
@@ -30,9 +30,9 @@ end
|
||||
return "ok"
|
||||
EOT
|
||||
|
||||
chmod +x /lib/tuxbox/luaplugins/test.lua
|
||||
chmod +x /share/tuxbox/neutrino/luaplugins/test.lua
|
||||
|
||||
/lib/tuxbox/luaplugins/test.lua a b c d
|
||||
/share/tuxbox/neutrino/luaplugins/test.lua a b c d
|
||||
#endif
|
||||
|
||||
#include <config.h>
|
||||
|
Reference in New Issue
Block a user