core/pkgs/by-name/xo/xorg/imake.sh

7 lines
212 B
Bash
Raw Normal View History

2024-05-02 00:46:19 +00:00
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
}