svn commit: r330435 - head/stand/lua
Kyle Evans
kevans at FreeBSD.org
Mon Mar 5 01:18:33 UTC 2018
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 \
More information about the svn-src-all
mailing list