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