fix
Signed-off-by: Christine Dodrill <me@christine.website>
This commit is contained in:
parent
0d9aa022d9
commit
922cbe5b0c
|
@ -37,5 +37,5 @@ buildflags = ["--release"]
|
|||
printerfacts = { path = "/usr/bin/printerfacts" }
|
||||
|
||||
[package.metadata.rpm.files]
|
||||
"./.rpm/printerfacts.default" = { path = "/etc/default/printerfacts", mode = "644" }
|
||||
"./.rpm/printerfacts.service" = { path = "/lib/systemd/system/printerfacts.service" }
|
||||
"printerfacts.default" = { path = "/etc/default/printerfacts", mode = "644" }
|
||||
"printerfacts.service" = { path = "/lib/systemd/system/printerfacts.service" }
|
||||
|
|
Loading…
Reference in New Issue