From: Ben Gras Date: Mon, 19 Jul 2010 11:58:39 +0000 (+0000) Subject: pkg_install: use /usr/sbin X-Git-Tag: v3.1.8~195 X-Git-Url: http://zhaoyanbai.com/repos/%22https:/www.google.com/jsapi/static/gitweb.js?a=commitdiff_plain;h=e37a6ef219d5334702ccc19c6315d436a5ac73fe;p=minix.git pkg_install: use /usr/sbin --- diff --git a/commands/pkg_install/Makefile.inc b/commands/pkg_install/Makefile.inc index efbac9a9a..659762749 100644 --- a/commands/pkg_install/Makefile.inc +++ b/commands/pkg_install/Makefile.inc @@ -1,6 +1,6 @@ .include -BINDIR= /usr/bin +BINDIR= /usr/sbin # These have to be passed as strings to the c files. PKG_LOG_DIR= \"/usr/db/pkg\" PKG_SYCONFDIR= \"/etc\"