diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-05-21 14:07:20 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-05-21 14:07:20 +0900 |
| commit | 443a7a30f618c32fea6e564f0fcf0822a0d43538 (patch) | |
| tree | 8b52b0e75d9b00e3a560179eef800cdd62015107 /internal/rosa/package/glib/package.az | |
| parent | 497e4a564200dd51fdd950e1b83e7a5722e74a4c (diff) | |
internal/rosa: use string pair for files
This is a much cleaner representation than the separator syntax.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/package/glib/package.az')
| -rw-r--r-- | internal/rosa/package/glib/package.az | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/internal/rosa/package/glib/package.az b/internal/rosa/package/glib/package.az index 583c7832..316ae8e2 100644 --- a/internal/rosa/package/glib/package.az +++ b/internal/rosa/package/glib/package.az @@ -10,10 +10,10 @@ package glib { checksum = "Rkszn6W4RHjyspyqfXdVAVawdwDJCuS0Zu0f7qot7tbJhnw2fUDoUUJB40m-1MCX"; }; - files = [ - "/etc/machine-id:stub-machine-id-fhs", - "/system/var/lib/dbus/machine-id:stub-machine-id", - ]; + files = { + "/etc/machine-id": "stub-machine-id-fhs"; + "/system/var/lib/dbus/machine-id": "stub-machine-id"; + }; exec = meson { setup = { |
