arc-theme: docs were going to the wrong directory

This commit is contained in:
Peter Hoeg 2017-09-13 10:41:48 +08:00
parent abeb6af482
commit 3f56114223

View file

@ -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; {