summary refs log tree commit diff
path: root/pkgs/servers/x11/xorg/imake.sh
blob: 340798a53644dc0686c4cb94683b3f5a392d9c92 (plain) (blame)
1
2
3
4
5
6
7
preInstall=preInstall
preInstall() {
    ensureDir $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
}