* Force a rebuild of the X server, because the current build got

corrupted in a crash.

svn path=/nixpkgs/trunk/; revision=20497
This commit is contained in:
Eelco Dolstra 2010-03-09 15:35:46 +00:00
parent c7b9e45e76
commit 04f73b29d6

View File

@ -144,7 +144,7 @@ in
[ xorg.libpciaccess xorg.inputproto xorg.xextproto xorg.randrproto ];
postInstall =
''
rm -rf $out/share/X11/xkb/compiled
rm -fr $out/share/X11/xkb/compiled
ln -s /var/tmp $out/share/X11/xkb/compiled
'';
};