Fix installation for updated E prover release

svn path=/nixpkgs/trunk/; revision=23435
This commit is contained in:
Michael Raskin 2010-08-26 04:34:20 +00:00
parent 05c7e81eaa
commit 4f6c18925d

View file

@ -18,7 +18,7 @@ stdenv.mkDerivation {
# HOME=. allows to build missing TeX formats
installPhase = ''
mkdir -p $out/bin
make install-exec
make install
HOME=. make documentation
mkdir -p $out/share/doc
cp -r DOC $out/share/doc/EProver