mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
No symlinks to libraries on OpenBSD (default install)
This commit is contained in:
parent
a493d3588d
commit
0f7bbcc209
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ XCOMM
|
||||||
link=`echo $lib | cut -d. -f1,2`
|
link=`echo $lib | cut -d. -f1,2`
|
||||||
|
|
||||||
rm -f $link
|
rm -f $link
|
||||||
ln -s $lib $link
|
XCOMM ln -s $lib $link
|
||||||
|
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue