pkg_install: use /usr/sbin
This commit is contained in:
parent
53b6f99fb0
commit
e37a6ef219
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
.include <bsd.own.mk>
|
.include <bsd.own.mk>
|
||||||
|
|
||||||
BINDIR= /usr/bin
|
BINDIR= /usr/sbin
|
||||||
# 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= \"/usr/db/pkg\"
|
PKG_LOG_DIR= \"/usr/db/pkg\"
|
||||||
PKG_SYCONFDIR= \"/etc\"
|
PKG_SYCONFDIR= \"/etc\"
|
||||||
|
|
Loading…
Reference in a new issue