xmlmirror: move README.md to better place

This commit is contained in:
Michiel Leenaars 2016-08-29 23:08:46 +02:00
parent 005a147f92
commit b766e26aac

View file

@ -61,7 +61,7 @@ with pkgs; rec {
installPhase = ''
mkdir -p $out/share
mkdir -p $doc
mkdir -p $doc/share/${name}
cp Demo* $out/share
cp -R codemirror-5.12 $out/share
@ -72,7 +72,7 @@ with pkgs; rec {
cp *.html $out/share
cp *.json $out/share
cp *.rng $out/share
cp README.md $doc/
cp README.md $doc/share/${name}
'';
postInstall = ''