mirror of
https://github.com/lucaspalomodevelop/opnsense-core.git
synced 2026-03-13 00:07:27 +00:00
pkg: ignore files that are templated
This commit is contained in:
parent
41966d7158
commit
cd5a171966
@ -85,6 +85,7 @@ install-${TARGET}:
|
||||
plist-${TARGET}:
|
||||
.for TREE in ${TREES_${TARGET}}
|
||||
@(cd ${TREE}; find * -type f ${_IGNORES} -o -type l) | while read FILE; do \
|
||||
if [ -f "${TREE}/$${FILE}.in" ]; then continue; fi; \
|
||||
FILE="$${FILE%%.in}"; PREFIX=""; \
|
||||
if [ -z "${NO_SAMPLE}" -a "$${FILE%%.sample}" != "$${FILE}" ]; then \
|
||||
PREFIX="@sample "; \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user