mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
releng-gce: Add missing _
Fixes: 1b10bdf0e2 "releng-gce: Add ZFS support to GCE"
MFC after: 3 days
This commit is contained in:
parent
b259e74cfd
commit
a959ae1c50
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ gce-do-login:
|
|||
@true
|
||||
|
||||
.for _FS in ${GCE_FSLIST}
|
||||
GCE_IMG_${FS}= ${.OBJDIR}/gce.${_FS}.raw
|
||||
GCE_IMG_${_FS}= ${.OBJDIR}/gce.${_FS}.raw
|
||||
# Really? Uppercase characters are not allowed? Sigh...
|
||||
# And don't even get me started on the '.'.
|
||||
GCE_TARGET_${_FS}= ${OSRELEASE:S,.raw,,:tl:S,.,-,g}-${_FS}${SNAPSHOT_DATE}
|
||||
|
|
|
|||
Loading…
Reference in a new issue