From 5d47cafa5bbf3e1598c26c478c39737b583edd38 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Wed, 28 Jul 2010 09:59:00 +0000 Subject: [PATCH] pkg_install: move db dir --- 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 659762749..a7df176cb 100644 --- a/commands/pkg_install/Makefile.inc +++ b/commands/pkg_install/Makefile.inc @@ -2,7 +2,7 @@ BINDIR= /usr/sbin # These have to be passed as strings to the c files. -PKG_LOG_DIR= \"/usr/db/pkg\" +PKG_LOG_DIR= \"/usr/var/db/pkg\" PKG_SYCONFDIR= \"/etc\" PKG_OPSYS_NAME= \"Minix\" PKG_MACHINE_ARCH= \"${ARCH}\" -- 2.44.0