]> Zhao Yanbai Git Server - minix.git/commitdiff
pkg_install: move db dir
authorBen Gras <ben@minix3.org>
Wed, 28 Jul 2010 09:59:00 +0000 (09:59 +0000)
committerBen Gras <ben@minix3.org>
Wed, 28 Jul 2010 09:59:00 +0000 (09:59 +0000)
commands/pkg_install/Makefile.inc

index 659762749f250d4ccc77a78cbfdedc3854e18542..a7df176cb49fa1decd133605c2321674fc0d6d23 100644 (file)
@@ -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}\"