mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 23:20:55 +00:00
arc-theme: docs were going to the wrong directory
This commit is contained in:
parent
abeb6af482
commit
3f56114223
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue