mirror of
https://github.com/opnsense/src.git
synced 2026-04-25 16:18:54 -04:00
Sigh. Fix past-o in install directory.
This commit is contained in:
parent
56a6a23ea6
commit
8dbf84eec4
1 changed files with 2 additions and 2 deletions
|
|
@ -2,9 +2,9 @@
|
|||
|
||||
RELN_ROOT?= ${.CURDIR}/../..
|
||||
.ifdef NO_LANGCODE_IN_DESTDIR
|
||||
DESTDIR?= ${DOCDIR}/readme
|
||||
DESTDIR?= ${DOCDIR}/early-adopter
|
||||
.else
|
||||
DESTDIR?= ${DOCDIR}/en_US.ISO8859-1/readme
|
||||
DESTDIR?= ${DOCDIR}/en_US.ISO8859-1/early-adopter
|
||||
.endif
|
||||
|
||||
DOC?= article
|
||||
|
|
|
|||
Loading…
Reference in a new issue