mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
11 lines
187 B
Makefile
11 lines
187 B
Makefile
installdir = $(LUAPLUGINDIR)
|
|
|
|
install_SCRIPTS = \
|
|
nlab.lua
|
|
|
|
install-data-hook:
|
|
ln -sf $(LUAPLUGINDIR)/nlab.lua $(DESTDIR)$(bindir)/nlab
|
|
|
|
uninstall-hook:
|
|
rm -f $(DESTDIR)$(bindir)/nlab
|