pkg: ignore non-bootstrap situation

This commit is contained in:
Franco Fichtner 2021-01-24 10:46:02 +01:00
parent f4e2728b81
commit 50a8fdf825

View File

@ -67,7 +67,7 @@ _CORE_PYTHON!= ${PYTHONLINK} -V
CORE_PYTHON?= ${_CORE_PYTHON:[2]:S/./ /g:[1..2]:tW:S/ //}
.endif
.if exists(${PKG})
.if exists(${PKG}) && ${PKG} != "/usr/bin/pkg"
_CORE_SYSLOGNG!= ${PKG} query %v syslog-ng
CORE_SYSLOGNG?= ${_CORE_SYSLOGNG:S/./ /g:[1..2]:tW:S/ /./g}
.endif