From 721c6bda7b73ca87d919d3f189fceb669070a13b Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Thu, 13 May 2021 14:09:03 -0400 Subject: shell_cmds: Fix locate install --- shell_cmds/locate/locate/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell_cmds/locate/locate/Makefile b/shell_cmds/locate/locate/Makefile index cf5717b..c1a6737 100644 --- a/shell_cmds/locate/locate/Makefile +++ b/shell_cmds/locate/locate/Makefile @@ -8,7 +8,7 @@ CFLAGS+= -I${.CURDIR} -DMMAP # -DDEBUG (print time) -O2 (10% faster) SCRIPTS=updatedb.sh mklocatedb.sh concatdb.sh MAN= locate.1 locate.updatedb.8 -SCRIPTSDIR= ${LIBEXECDIR} +SCRIPTSDIR= /usr/libexec .for script in ${SCRIPTS} SCRIPTSNAME_${script}= locate.${script:R} .endfor -- cgit v1.2.3