mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
releng-gce: Add missing _
Fixes: 1b10bdf0e2fa8 "releng-gce: Add ZFS support to GCE" MFC after: 3 days (cherry picked from commit a959ae1c503d104f1e28033522362e5054f52c94)
This commit is contained in:
parent
0e0a03c792
commit
394e87e634
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