Files
MSYS2-packages/coreutils
Johannes Schindelin 7e7afe0922 coreutils: fix libstdbuf.so.exe problem once and for all
The `stdbuf.exe` program links to a `libstdbuf.so` file, so if that does
not exist, there is a problem.

In d9773f0a (coreutils: Update to 8.24, 2015-08-28), a sed call was
introduced to ensure that `libstdbuf.so` is built and installed under
that name, without `.exe` suffix.

As reported in https://github.com/Alexpux/MSYS2-packages/issues/541,
however, that fix no longer works, the `libstdbuf.so.exe` file is in
coreutils 8.26-1.

Let's just rename the `libstdbuf.so.exe` file after it has been
installed into the `pkgdir` tree.

Note: we still have to muck around with `Makefile.in` so that the build
does not break with

	make[2]: *** No rule to make target 'src/libstdbuf.so', needed
	by 'all-am'.  Stop.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2017-09-30 02:18:19 +02:00
..
2014-07-20 21:29:13 +04:00
2014-07-20 21:29:13 +04:00
2017-02-14 11:20:14 +03:00
2014-07-20 21:29:13 +04:00