mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
- nlab: creating symlink from $(LUAPLUGINDIR) to $(bindir)
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -2,3 +2,9 @@ installdir = $(LUAPLUGINDIR)
|
||||
|
||||
install_SCRIPTS = \
|
||||
nlab.lua
|
||||
|
||||
install-data-hook:
|
||||
ln -sf $(LUAPLUGINDIR)/nlab.lua $(DESTDIR)$(bindir)/nlab
|
||||
|
||||
uninstall-hook:
|
||||
rm -f $(DESTDIR)$(bindir)/nlab
|
||||
|
Reference in New Issue
Block a user