From 069f6ed574c2a5c575a904e0bc9eee760db45d86 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Mon, 19 Jul 2010 11:28:51 +0000 Subject: [PATCH] pkg_install: correct PKG_LOG_DIR --- commands/pkg_install/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/pkg_install/Makefile.inc b/commands/pkg_install/Makefile.inc index d86ad1779..efbac9a9a 100644 --- a/commands/pkg_install/Makefile.inc +++ b/commands/pkg_install/Makefile.inc @@ -1,8 +1,8 @@ .include -BINDIR= /usr/sbin +BINDIR= /usr/bin # These have to be passed as strings to the c files. -PKG_LOG_DIR= \"/var/db/pkg\" +PKG_LOG_DIR= \"/usr/db/pkg\" PKG_SYCONFDIR= \"/etc\" PKG_OPSYS_NAME= \"Minix\" PKG_MACHINE_ARCH= \"${ARCH}\" -- 2.44.0