summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index fc9dcc4..471c3a6 100644
--- a/flake.nix
+++ b/flake.nix
@@ -132,8 +132,7 @@
132 endef 132 endef
133 133
134 define Build/Prepare 134 define Build/Prepare
135 cp -r ${inputs.sunwait} . 135 cp -t $(PKG_BUILD_DIR) -r ${inputs.sunwait}/.
136 cd $(basename ${inputs.sunwait})
137 endef 136 endef
138 137
139 define Build/Compile 138 define Build/Compile