From c3052ddc4e54092bfc9220d550ab4d8fcba166de Mon Sep 17 00:00:00 2001 From: Chris Wells Date: Wed, 11 Sep 2024 10:50:30 -0500 Subject: The modules seem fairly solid now. Now to write the cli --- pkgs/plato/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/plato') diff --git a/pkgs/plato/default.nix b/pkgs/plato/default.nix index 6246f2b..36f9135 100644 --- a/pkgs/plato/default.nix +++ b/pkgs/plato/default.nix @@ -29,11 +29,11 @@ stdenvNoCC.mkDerivation (finalAttrs: { installPhase = '' runHook preInstall - cp -r $src $out + cp -ra $src $out mkdir $KoboRoot - install -D -t $KoboRoot/mnt/onboard $picSrc/artworks/plato.png + install -D -t $KoboRoot/mnt/onboard/icons $picSrc/artworks/plato.png runHook postInstall ''; -- cgit v1.2.3