From: Nathan Scott Date: Wed, 12 Sep 2001 00:03:41 +0000 (+0000) Subject: Make install-sh posix compliant so ash as /bin/sh works. X-Git-Tag: v2.0.0~53 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=76d78074456a5a7b135b5713f13faae824d34bb6;p=thirdparty%2Fxfsprogs-dev.git Make install-sh posix compliant so ash as /bin/sh works. --- diff --git a/debian/changelog b/debian/changelog index 3719ee8c3..1f4351b9c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ xfsprogs (1.3.7-0) unstable; urgency=low * New upstream release * Change to libhandle licensing (was GPL, now LGPL-2.1) * Create a boot-floppies package with smaller mkfs.xfs (closes: #111426) + * Make install-sh posix compliant so ash as /bin/sh works (closes: #111985) -- Nathan Scott Mon, 10 Sep 2001 10:52:04 +1000 diff --git a/install-sh b/install-sh index a3a0c7d58..05d78d068 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