1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/servers/x11/xorg/imake.sh
Eelco Dolstra c556a6ea46 * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointless
function, so obsolete it.

svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2012-01-18 20:16:00 +00:00

7 lines
212 B
Bash

preInstall() {
mkdir -p $out/lib/X11/config
ln -s $xorgcffiles/lib/X11/config/* $out/lib/X11/config
#touch $out/lib/X11/config/host.def # !!! hack
#touch $out/lib/X11/config/date.def # !!! hack
}