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