Fix installation of figlet 2.2.4.

svn path=/nixpkgs/trunk/; revision=34440
This commit is contained in:
Peter Simons 2012-06-11 07:15:10 +00:00
parent befd7e0ee8
commit 5375a3edf6

View file

@ -9,6 +9,8 @@ stdenv.mkDerivation {
sha256 = "19qcmm9cmf78w1z7gbpyj9wmrfjzjl25sax9f2j37sijznrh263f";
};
installPhase = "make prefix=$out install";
preConfigure = ''
mkdir -p $out/{man/man6,bin}
makeFlags="DESTDIR=$out/bin MANDIR=$out/man/man6 DEFAULTFONTDIR=$out/share/figlet"