From 11889ef274a4c341583ed503532f302aa5ccbe7e Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sun, 31 Oct 2021 11:35:22 +0100 Subject: [PATCH] Revert "- nlab: creating symlink from $(LUAPLUGINDIR) to $(bindir)" This reverts commit a01f20a624be93f765a0e9d0f69ad8726012adad. Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/64cd085f7ebb392d1b9baf6fe075297193223082 Author: vanhofen Date: 2021-10-31 (Sun, 31 Oct 2021) ------------------ This commit was generated by Migit --- data/luaplugins/Makefile.am | 6 ------ 1 file changed, 6 deletions(-) diff --git a/data/luaplugins/Makefile.am b/data/luaplugins/Makefile.am index f077b0d9a..cd46ee79f 100644 --- a/data/luaplugins/Makefile.am +++ b/data/luaplugins/Makefile.am @@ -2,9 +2,3 @@ installdir = $(LUAPLUGINDIR) install_SCRIPTS = \ nlab.lua - -install-data-hook: - ln -sf $(LUAPLUGINDIR)/nlab.lua $(DESTDIR)$(bindir)/nlab - -uninstall-hook: - rm -f $(DESTDIR)$(bindir)/nlab