diff options
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -132,7 +132,7 @@ | |||
132 | endef | 132 | endef |
133 | 133 | ||
134 | define Build/Prepare | 134 | define Build/Prepare |
135 | cp -t $(PKG_BUILD_DIR) -r ${inputs.sunwait}/. | 135 | cp --no-preserve=mode --remove-destination -t $(PKG_BUILD_DIR) -r ${inputs.sunwait}/. |
136 | endef | 136 | endef |
137 | 137 | ||
138 | define Build/Compile | 138 | define Build/Compile |