91e0b058af
svn path=/nixpkgs/trunk/; revision=8776
8 lines
235 B
Bash
8 lines
235 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
|
|
}
|