Author: kevans
Date: Mon Mar 5 01:18:32 2018
New Revision: 330435
URL: https://svnweb.freebsd.org/changeset/base/330435
Log:
lualoader: Use FILESDIR instead of BINDIR
Minor nit: We're not installing binaries, we're installing scripts/files
that are documented to be installed based on FILESDIR.
Modified:
head/stand/lua/Makefile
Modified: head/stand/lua/Makefile
==============================================================================
--- head/stand/lua/Makefile Mon Mar 5 00:59:55 2018 (r330434)
+++ head/stand/lua/Makefile Mon Mar 5 01:18:32 2018 (r330435)
@@ -2,7 +2,7 @@
.include <bsd.init.mk>
-BINDIR= /boot/lua
+FILESDIR= /boot/lua
FILES= cli.lua \
color.lua \
config.lua \
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"