mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Allow to install various components of the locales independantly
This commit is contained in:
parent
e6df5ff544
commit
94185be27c
1 changed files with 2 additions and 1 deletions
|
|
@ -54,8 +54,9 @@ all:
|
|||
@echo ""
|
||||
@find . -name *failed
|
||||
|
||||
install:
|
||||
.for t in ${TYPES}
|
||||
install: install-${t}
|
||||
install-${t}:
|
||||
. if ${KNOWN:M${t}}
|
||||
rm -rf ${.CURDIR}/${t}.draft
|
||||
rm -rf ${.CURDIR}/../../../share/${t}
|
||||
|
|
|
|||
Loading…
Reference in a new issue