The installation path of larswm was wrong

(Lots of commits for that larswm!)

svn path=/nixpkgs/trunk/; revision=21759
This commit is contained in:
Lluís Batlle i Rossell 2010-05-12 22:08:45 +00:00
parent d994faca9b
commit a07de1d9b1

View File

@ -12,7 +12,7 @@ stdenv.mkDerivation {
configurePhase = ''
xmkmf
makeFlags="DESTDIR=$out"
makeFlags="BINDIR=$out/bin"
'';
meta = {