aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-05-13 14:09:03 -0400
committerCameron Katri <me@cameronkatri.com>2021-05-13 14:09:03 -0400
commit721c6bda7b73ca87d919d3f189fceb669070a13b (patch)
treebdfbe18ee229dff9f3d2293934d016cd0d1b859d
parent8b917ea5669120db8411426243b2b0f9a3d1e83a (diff)
downloadapple_cmds-721c6bda7b73ca87d919d3f189fceb669070a13b.tar.gz
apple_cmds-721c6bda7b73ca87d919d3f189fceb669070a13b.tar.zst
apple_cmds-721c6bda7b73ca87d919d3f189fceb669070a13b.zip
shell_cmds: Fix locate install
-rw-r--r--shell_cmds/locate/locate/Makefile2
1 files changed, 1 insertions, 1 deletions
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