]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
Make install-sh posix compliant so ash as /bin/sh works.
authorNathan Scott <nathans@sgi.com>
Wed, 12 Sep 2001 00:03:41 +0000 (00:03 +0000)
committerNathan Scott <nathans@sgi.com>
Wed, 12 Sep 2001 00:03:41 +0000 (00:03 +0000)
debian/changelog
install-sh

index 3719ee8c3f20ad5ba01d98605b0aa91d1a70e711..1f4351b9c717db335b2edc790fcdef99ea450ed0 100644 (file)
@@ -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 <nathans@debian.org>  Mon, 10 Sep 2001 10:52:04 +1000
 
index a3a0c7d583ec14c0bae542ce2e9f91c114ba1b7a..05d78d0686dda90df6aec497cb2232a74a5b37f2 100755 (executable)
@@ -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