* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointless
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
This commit is contained in:
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||
ncurses pkgconfig randrproto xorgserver xproto udev ];
|
||||
|
||||
preConfigure = ''
|
||||
ensureDir $out/share/X11/xorg.conf.d
|
||||
mkdir -p $out/share/X11/xorg.conf.d
|
||||
configureFlags="--with-xorg-module-dir=$out/lib/xorg/modules
|
||||
--with-sdkdir=$out/include/xorg --with-xorg-conf-dir=$out/share/X11/xorg.conf.d"
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user