I left a "set -x" without will.

svn path=/nixpkgs/trunk/; revision=20441
This commit is contained in:
Lluís Batlle i Rossell 2010-03-05 22:13:58 +00:00
parent 681929cd4d
commit 3b54414f31

View file

@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
buildInputs = [ libX11 libXinerama ];
prePatch = ''set -x; sed -i "s@/usr/local@$out@" config.mk'';
prePatch = ''sed -i "s@/usr/local@$out@" config.mk'';
# Allow users set their own list of patches
inherit patches;