pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_comp Hardcode the location of sandboxctl ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c669c4e00d09
branches:  trunk
changeset: 358792:c669c4e00d09
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Mon Feb 20 11:15:19 2017 +0000

description:
Hardcode the location of sandboxctl to not rely on the PATH.

Should fix the problems observed in:
http://ftp.netbsd.org/pub/pkgsrc/misc/joerg/20170219.1406/meta/report.html

diffstat:

 pkgtools/pkg_comp/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r d42ec9aa1b19 -r c669c4e00d09 pkgtools/pkg_comp/Makefile
--- a/pkgtools/pkg_comp/Makefile        Mon Feb 20 10:33:48 2017 +0000
+++ b/pkgtools/pkg_comp/Makefile        Mon Feb 20 11:15:19 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2017/02/17 21:25:46 jmmv Exp $
+# $NetBSD: Makefile,v 1.58 2017/02/20 11:15:19 jmmv Exp $
 
 DISTNAME=      pkg_comp-2.0
 CATEGORIES=    sysutils
@@ -18,6 +18,7 @@
 PKG_SYSCONFSUBDIR=     pkg_comp
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
 CONFIGURE_ARGS+=       PKG_COMP_CONFSUBDIR=
+CONFIGURE_ARGS+=       SANDBOXCTL=${PREFIX}/sbin/sandboxctl
 INSTALL_MAKE_FLAGS+=   pkg_comp_confdir=${EGDIR}
 EGDIR=                 ${PREFIX}/share/examples/pkg_comp
 CONF_FILES+=           ${EGDIR}/default.conf ${PKG_SYSCONFDIR}/default.conf



Home | Main Index | Thread Index | Old Index