mirror of
https://github.com/lucaspalomodevelop/opnsense-core.git
synced 2026-03-13 00:07:27 +00:00
pkg: fix previous
This commit is contained in:
parent
50a8fdf825
commit
4d31db164f
@ -67,7 +67,7 @@ _CORE_PYTHON!= ${PYTHONLINK} -V
|
||||
CORE_PYTHON?= ${_CORE_PYTHON:[2]:S/./ /g:[1..2]:tW:S/ //}
|
||||
.endif
|
||||
|
||||
.if exists(${PKG}) && ${PKG} != "/usr/bin/pkg"
|
||||
.if exists(${PKG}) && ${PKG} != "/usr/sbin/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