aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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