From 5903cd50db3ade20899298e7377a0d29c563c904 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 9 Jan 2022 04:16:25 +0100 Subject: ... --- flake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index fc9dcc4..471c3a6 100644 --- a/flake.nix +++ b/flake.nix @@ -132,8 +132,7 @@ endef define Build/Prepare - cp -r ${inputs.sunwait} . - cd $(basename ${inputs.sunwait}) + cp -t $(PKG_BUILD_DIR) -r ${inputs.sunwait}/. endef define Build/Compile -- cgit v1.2.3