socklog: Move docs to the correct location

This commit is contained in:
Tuomas Tynkkynen 2017-07-10 14:47:52 +03:00
parent 217bd1fb38
commit 745dadf139

View file

@ -37,8 +37,8 @@ stdenv.mkDerivation rec {
mv man"/"*.$i $man/share/man/man$i
done
mkdir -p $doc/share/socklog/html
mv doc"/"*.html $doc/share/socklog/html/
mkdir -p $doc/share/doc/socklog/html
mv doc/*.html $doc/share/doc/socklog/html/
runHook postInstall
'';