Apparently fix texinfo5 with fresh TeXLive

This commit is contained in:
Michael Raskin
2013-10-20 19:15:11 +04:00
parent cb82eaffb8
commit be5b32e798
3 changed files with 4 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
for f in src/tex4ht src/t4ht src/htcmd "bin/unix/"*; do
mv $f $out/bin/
done
mv texmf $out/
mv texmf $out/texmf-dist
'';
meta = {