From a07de1d9b1e8237ba8c7b560a30f7153b22e7980 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Wed, 12 May 2010 22:08:45 +0000 Subject: [PATCH] The installation path of larswm was wrong (Lots of commits for that larswm!) svn path=/nixpkgs/trunk/; revision=21759 --- pkgs/applications/window-managers/larswm/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/window-managers/larswm/default.nix b/pkgs/applications/window-managers/larswm/default.nix index 010a00b8fab..3cd3e18b13b 100644 --- a/pkgs/applications/window-managers/larswm/default.nix +++ b/pkgs/applications/window-managers/larswm/default.nix @@ -12,7 +12,7 @@ stdenv.mkDerivation { configurePhase = '' xmkmf - makeFlags="DESTDIR=$out" + makeFlags="BINDIR=$out/bin" ''; meta = {