]> Zhao Yanbai Git Server - minix.git/commitdiff
pkg_install: correct PKG_LOG_DIR
authorBen Gras <ben@minix3.org>
Mon, 19 Jul 2010 11:28:51 +0000 (11:28 +0000)
committerBen Gras <ben@minix3.org>
Mon, 19 Jul 2010 11:28:51 +0000 (11:28 +0000)
commands/pkg_install/Makefile.inc

index d86ad17796ec59c9d9a8f13e13de6ba3292f9862..efbac9a9a120a47551b9608ded3166fbdd1a9a43 100644 (file)
@@ -1,8 +1,8 @@
 .include <bsd.own.mk>
 
-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}\"