2346c0061b
svn path=/nixpkgs/trunk/; revision=4530
8 lines
233 B
Bash
8 lines
233 B
Bash
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
|
|
}
|