summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall-sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install-sh b/install-sh
index a3a0c7d..05d78d0 100755
--- a/install-sh
+++ b/install-sh
@@ -216,7 +216,7 @@ then
echo "$prog: Unable to find libtool library file $libtool_lai"
exit 2
fi
- . $libtool_lai
+ . ./$libtool_lai
target=$DIST_ROOT/$2
fi
case $lt_install in