From c5c6236e50dbeefc09f44e8acbd3722e30a26c07 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Thu, 4 Dec 2025 09:27:03 +0900 Subject: [PATCH] Cargo.toml: (deb) preserve symlinks --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 1356efc..4f9bbfb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -118,6 +118,7 @@ assets = [ "644", ], ] +preserve-symlinks = true systemd-units = [ { unit-name = "muscl", unit-scripts = "assets/systemd", enable = true }, ]