From 15920907bacedc625709a514c591428c1f87f395 Mon Sep 17 00:00:00 2001 From: Kyle Evans Date: Mon, 5 Mar 2018 01:18:32 +0000 Subject: [PATCH] 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. --- stand/lua/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stand/lua/Makefile b/stand/lua/Makefile index 3c5971205ed4..924a5a0a7f43 100644 --- a/stand/lua/Makefile +++ b/stand/lua/Makefile @@ -2,7 +2,7 @@ .include -BINDIR= /boot/lua +FILESDIR= /boot/lua FILES= cli.lua \ color.lua \ config.lua \