mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Respect empty flavor for description
This commit is contained in:
parent
f82c7c8897
commit
3942b3d7fb
@ -139,7 +139,7 @@ core_pkg_create() {
|
||||
-e "s,%%PRODUCT_NAME%%,${PRODUCT_NAME},g" \
|
||||
-e "s,%%PRODUCT_URL%%,${PRODUCT_URL},g" \
|
||||
-e "s,%%FLAVOR%%,${_flavor:+-}${_flavor},g" \
|
||||
-e "s,%%FLAVOR_DESC%%, (${_flavor}),g" \
|
||||
-e "s,%%FLAVOR_DESC%%,${_flavor:+" (${_flavor})"},g" \
|
||||
-e "s,%%VERSION%%,${_version},g" \
|
||||
${_metadir}/* \
|
||||
${_plist} \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user