mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +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,
|
TUXBOX_APPS_DIRECTORY_ONE(libdir, LIBDIR, libdir, /lib, /tuxbox,
|
||||||
[--with-libdir=PATH], [where to find internal libs])
|
[--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])
|
[--with-plugindir=PATH], [where to find plugins])
|
||||||
|
|
||||||
TUXBOX_APPS_DIRECTORY_ONE(plugindir_var, PLUGINDIR_VAR, localstatedir, /var, /tuxbox/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,
|
TUXBOX_APPS_DIRECTORY_ONE(plugindir_mnt, PLUGINDIR_MNT, mntdir, /mnt, /plugins,
|
||||||
[--with-plugindir_mnt=PATH], [where to find external 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])
|
[--with-luaplugindir=PATH], [where to find Lua plugins])
|
||||||
|
|
||||||
TUXBOX_APPS_DIRECTORY_ONE(webradiodir, WEBRADIODIR, datadir, /share, /tuxbox/neutrino/webradio,
|
TUXBOX_APPS_DIRECTORY_ONE(webradiodir, WEBRADIODIR, datadir, /share, /tuxbox/neutrino/webradio,
|
||||||
|
@@ -21,7 +21,7 @@
|
|||||||
#if 0
|
#if 0
|
||||||
For testing try:
|
For testing try:
|
||||||
|
|
||||||
cat <<EOT > /lib/tuxbox/luaplugins/test.lua
|
cat <<EOT > /share/tuxbox/neutrino/luaplugins/test.lua
|
||||||
#!/bin/luaclient
|
#!/bin/luaclient
|
||||||
|
|
||||||
for i,v in ipairs(arg) do
|
for i,v in ipairs(arg) do
|
||||||
@@ -30,9 +30,9 @@ end
|
|||||||
return "ok"
|
return "ok"
|
||||||
EOT
|
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
|
#endif
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
Reference in New Issue
Block a user