Skip to content

Commit

Permalink
arc-theme: docs were going to the wrong directory
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg committed Sep 13, 2017
1 parent abeb6af commit 3f56114
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkgs/misc/themes/arc/default.nix
Expand Up @@ -27,9 +27,8 @@ in stdenv.mkDerivation rec {
postInstall = ''
mkdir -p $out/share/plank/themes
cp -r extra/*-Plank $out/share/plank/themes
mkdir -p $out/share/doc/$pname/Chrome
cp -r extra/Chrome/*.crx $out/share/doc/$pname/Chrome
cp AUTHORS README.md $out/share/doc/$pname/
install -Dm644 -t $out/share/doc/${pname}/Chrome extra/Chrome/*.crx
install -Dm644 -t $out/share/doc/${pname} AUTHORS *.md
'';

meta = with stdenv.lib; {
Expand Down

0 comments on commit 3f56114

Please sign in to comment.