c556a6ea46
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
7 lines
212 B
Bash
7 lines
212 B
Bash
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
|
|
}
|