pkg_install: correct PKG_LOG_DIR
This commit is contained in:
parent
373df14150
commit
069f6ed574
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
.include <bsd.own.mk>
|
.include <bsd.own.mk>
|
||||||
|
|
||||||
BINDIR= /usr/sbin
|
BINDIR= /usr/bin
|
||||||
# These have to be passed as strings to the c files.
|
# 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_SYCONFDIR= \"/etc\"
|
||||||
PKG_OPSYS_NAME= \"Minix\"
|
PKG_OPSYS_NAME= \"Minix\"
|
||||||
PKG_MACHINE_ARCH= \"${ARCH}\"
|
PKG_MACHINE_ARCH= \"${ARCH}\"
|
||||||
|
|
Loading…
Reference in a new issue