forked from mirrors/nixpkgs
* Don't touch symlinks to which we don't have write permission.
svn path=/nixpkgs/trunk/; revision=8776
This commit is contained in:
parent
5c3a0cf2c4
commit
91e0b058af
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue