mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Catch up to the rev. 1.694 changes; WITHOUT_X11 is not anymore set in
the environment.
This commit is contained in:
parent
007054391b
commit
095b49ff6d
1 changed files with 2 additions and 1 deletions
|
|
@ -313,7 +313,8 @@ rerelease release:
|
|||
@for i in ${DOCPORTS}; do \
|
||||
cd ${CHROOTDIR}/usr/ports/$$i && \
|
||||
make PORTSDIR=${CHROOTDIR}/usr/ports BATCH=yes \
|
||||
JADETEX=no WITHOUT_PYTHON=yes fetch-recursive ; \
|
||||
WITHOUT_X11=yes JADETEX=no WITHOUT_PYTHON=yes \
|
||||
fetch-recursive ; \
|
||||
done
|
||||
.endif
|
||||
.endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue