|
|
@ -20,20 +20,20 @@ |
|
|
|
# |
|
|
|
# --- ROCK-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
--- ./install-sh.orig Sat Mar 23 08:04:55 2002
|
|
|
|
+++ ./install-sh Sat Mar 23 08:10:11 2002
|
|
|
|
@@ -242,8 +242,12 @@
|
|
|
|
--- ./install-sh.orig 2003-07-20 11:40:28.000000000 +0200
|
|
|
|
+++ ./install-sh 2003-11-02 17:04:13.000000000 +0100
|
|
|
|
@@ -283,7 +283,13 @@
|
|
|
|
|
|
|
|
# Now rename the file to the real destination. |
|
|
|
|
|
|
|
- $doit $rmcmd -f $dstdir/$dstfile &&
|
|
|
|
- $doit $mvcmd $dsttmp $dstdir/$dstfile
|
|
|
|
- $doit $mvcmd "$dsttmp" "$dstdir/$dstfile"
|
|
|
|
+ if echo $dstdir/$dstfile | grep -q 'lib/.*\.so' ; then
|
|
|
|
+ $doit $mvcmd $dsttmp $dstdir/$dstfile
|
|
|
|
+ $doit $mvcmd $dsttmp $dstdir/$dstfile
|
|
|
|
+ else
|
|
|
|
+ $doit $rmcmd -f $dstdir/$dstfile &&
|
|
|
|
+ $doit $mvcmd $dsttmp $dstdir/$dstfile
|
|
|
|
+ $doit $mvcmd $dsttmp $dstdir/$dstfile
|
|
|
|
+ fi
|
|
|
|
+
|
|
|
|
|
|
|
|
fi && |
|
|
|
|