X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-stx-oran%2Frecipes-core%2Fbase-files%2Fbase-files_%25.bbappend;h=bec21c649ce2bb19a09165f93fd7a0c366e18ebb;hb=1f7bd2bbeeb8a8561968cc7a9f27c2b5fa0d08af;hp=4904dfe9fc727be1bccb06b1bd9aa4a64740eaaa;hpb=760ad055263b608331121e6d2cb8a2294c22e081;p=pti%2Frtp.git diff --git a/meta-stx-oran/recipes-core/base-files/base-files_%.bbappend b/meta-stx-oran/recipes-core/base-files/base-files_%.bbappend index 4904dfe..bec21c6 100644 --- a/meta-stx-oran/recipes-core/base-files/base-files_%.bbappend +++ b/meta-stx-oran/recipes-core/base-files/base-files_%.bbappend @@ -14,5 +14,5 @@ # limitations under the License. do_install_append() { - sed -i -e 's/${STX_REL}/${ORAN_REL}/' ${D}${sysconfdir}/issue* + sed -i -e 's/\(${STX_REL}\)/\1 - ${ORAN_REL}/' ${D}${sysconfdir}/issue* }