shaarli: Move docs to correct place

This commit is contained in:
Tuomas Tynkkynen 2017-07-10 14:44:29 +03:00
parent 95d73068de
commit 217bd1fb38

View file

@ -45,7 +45,8 @@ stdenv.mkDerivation rec {
installPhase = ''
rm -r {cache,pagecache,tmp,data}/
mv doc/ $doc/
mkdir -p $doc/share/doc
mv doc/ $doc/share/doc/shaarli
mkdir $out/
cp -R ./* $out
'';