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 = ''
|
postInstall = ''
|
||||||
mkdir -p $out/share/plank/themes
|
mkdir -p $out/share/plank/themes
|
||||||
cp -r extra/*-Plank $out/share/plank/themes
|
cp -r extra/*-Plank $out/share/plank/themes
|
||||||
mkdir -p $out/share/doc/$pname/Chrome
|
install -Dm644 -t $out/share/doc/${pname}/Chrome extra/Chrome/*.crx
|
||||||
cp -r extra/Chrome/*.crx $out/share/doc/$pname/Chrome
|
install -Dm644 -t $out/share/doc/${pname} AUTHORS *.md
|
||||||
cp AUTHORS README.md $out/share/doc/$pname/
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
|
Loading…
Reference in New Issue