* Don't touch symlinks to which we don't have write permission.

svn path=/nixpkgs/trunk/; revision=8776
This commit is contained in:
Eelco Dolstra 2007-05-25 14:10:38 +00:00
parent 5c3a0cf2c4
commit 91e0b058af

View File

@ -2,6 +2,6 @@ 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
#touch $out/lib/X11/config/host.def # !!! hack
#touch $out/lib/X11/config/date.def # !!! hack
}