1
0
Fork 0
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:
Ulrich Wilkens 2013-09-05 00:03:16 +02:00 committed by Jon Trulson
parent a493d3588d
commit 0f7bbcc209

View file

@ -61,7 +61,7 @@ XCOMM
link=`echo $lib | cut -d. -f1,2`
rm -f $link
ln -s $lib $link
XCOMM ln -s $lib $link
done