mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 00:07:26 +00:00
pkg: ignore non-bootstrap situation
This commit is contained in:
parent
f4e2728b81
commit
50a8fdf825
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user