mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Avoid polluting the filesystem when not necessary.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
1d4b5e16dd
commit
6a1e2e9a1c
1 changed files with 1 additions and 1 deletions
|
|
@ -14,8 +14,8 @@
|
|||
|
||||
.include "${.CURDIR}/Makefile"
|
||||
|
||||
FTPDIR?= /ftp
|
||||
RELEASEDIR?= /R
|
||||
FTPDIR?= ${RELEASEDIR}/ftp-stage
|
||||
STAGE_TARGETS?= iso-images-stage
|
||||
|
||||
# snapshot
|
||||
|
|
|
|||
Loading…
Reference in a new issue