Fix installation for updated E prover release
svn path=/nixpkgs/trunk/; revision=23435
This commit is contained in:
parent
05c7e81eaa
commit
4f6c18925d
@ -18,7 +18,7 @@ stdenv.mkDerivation {
|
|||||||
# HOME=. allows to build missing TeX formats
|
# HOME=. allows to build missing TeX formats
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
make install-exec
|
make install
|
||||||
HOME=. make documentation
|
HOME=. make documentation
|
||||||
mkdir -p $out/share/doc
|
mkdir -p $out/share/doc
|
||||||
cp -r DOC $out/share/doc/EProver
|
cp -r DOC $out/share/doc/EProver
|
||||||
|
Loading…
x
Reference in New Issue
Block a user