mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
Origin commit data
------------------
Branch: ni/coolstream
Commit: 25e2b9ab09
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-10-23 (Sat, 23 Oct 2021)
Origin message was:
------------------
- nlab: creating symlink from $(LUAPLUGINDIR) to $(bindir)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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
|