From e37a6ef219d5334702ccc19c6315d436a5ac73fe Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Mon, 19 Jul 2010 11:58:39 +0000 Subject: [PATCH] pkg_install: use /usr/sbin --- commands/pkg_install/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/pkg_install/Makefile.inc b/commands/pkg_install/Makefile.inc index efbac9a9a..659762749 100644 --- a/commands/pkg_install/Makefile.inc +++ b/commands/pkg_install/Makefile.inc @@ -1,6 +1,6 @@ .include -BINDIR= /usr/bin +BINDIR= /usr/sbin # These have to be passed as strings to the c files. PKG_LOG_DIR= \"/usr/db/pkg\" PKG_SYCONFDIR= \"/etc\" -- 2.44.0