mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
to allow shellscripts access the neutrino lua api Usage: --- cut --- !/bin/sh PATH=$PATH:/usr/share/tuxbox/neutrino/luaplugins CONFIGDIR=$(nlab.lua get dir.configdir) echo "CONFIGDIR: $CONFIGDIR" --- cut --- Signed-off-by: Thilo Graf <dbt@novatux.de>
5 lines
60 B
Makefile
5 lines
60 B
Makefile
installdir = $(LUAPLUGINDIR)
|
|
|
|
install_SCRIPTS = \
|
|
nlab.lua
|