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