Don't put things in usr/share/factory/etc in mkosi.extra

If we put them in etc/ instead, they'll be copied to
usr/share/factory/etc/ anyway, so let's not have two ways to do the same
thing.
This commit is contained in:
Nate Graham
2025-11-25 21:13:11 -07:00
parent 8760327b6c
commit bb201ad096
4 changed files with 1 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ SPDX-FileCopyrightText = "Plymouth Developers"
SPDX-License-Identifier = "GPL-2.0-or-later"
[[annotations]]
path = "mkosi.extra/usr/share/factory/etc/xdg/kde-builder.yaml"
path = "mkosi.extra/etc/xdg/kde-builder.yaml"
SPDX-FileCopyrightText = "none"
SPDX-License-Identifier = "CC0-1.0"