ecc5fe0a74
Disk based hashes is a method to create multidimensional binary trees on disk. This library permits the extension of database concepts to a plethora of electronic data, such as graphic information. WWW: http://dbh.sourceforge.net/
15 lines
625 B
Plaintext
15 lines
625 B
Plaintext
$OpenBSD: patch-ltmain_sh,v 1.1.1.1 2003/12/15 06:00:12 jolan Exp $
|
|
--- ltmain.sh.orig 2003-08-29 19:58:21.000000000 -0500
|
|
+++ ltmain.sh 2003-12-02 22:31:19.000000000 -0600
|
|
@@ -5417,8 +5417,8 @@ relink_command=\"$relink_command\""
|
|
for linkname
|
|
do
|
|
if test "$linkname" != "$realname"; then
|
|
- $show "(cd $destdir && $rm $linkname && $LN_S $realname $linkname)"
|
|
- $run eval "(cd $destdir && $rm $linkname && $LN_S $realname $linkname)"
|
|
+ $show "(cd $destdir && $rm $linkname && $mv $realname $linkname)"
|
|
+ $run eval "(cd $destdir && $rm $linkname && $mv $realname $linkname)"
|
|
fi
|
|
done
|
|
fi
|