Skip to content

Commit c336ca2

Browse files
authored
Merge pull request #2861 from flatcar/krnowak/builtin-sysexts-report
pkg-auto: Mark in-rootfs sysexts as sysexts in reports
2 parents 3466d08 + 4bb1751 commit c336ca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg_auto/impl/pkg_auto_lib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ EOF
562562
tag=${stripped#oem-}
563563
;;
564564
*'-flatcar')
565-
tag=${stripped%-flatcar}
565+
tag="sysext-${stripped%-flatcar}"
566566
;;
567567
*)
568568
devel_warn "Unknown listing file ${packages_file@Q}"

0 commit comments

Comments
 (0)