aboutsummaryrefslogtreecommitdiff
path: root/pkgs/plato
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/plato')
-rw-r--r--pkgs/plato/default.nix4
1 files changed, 2 insertions, 2 deletions
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
'';