forked from rosa/hakurei
internal/rosa: use string pair for files
This is a much cleaner representation than the separator syntax. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user