Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Mar 2018 01:18:32 +0000 (UTC)
From:      Kyle Evans <kevans@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r330435 - head/stand/lua
Message-ID:  <201803050118.w251IWpw001211@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803050118.w251IWpw001211>