]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
debian: Fix FTBFS
authorBoian Bonev <bbonev@ipacct.com>
Fri, 19 Nov 2021 03:05:11 +0000 (22:05 -0500)
committerEric Sandeen <sandeen@sandeen.net>
Fri, 19 Nov 2021 03:05:11 +0000 (22:05 -0500)
With newer autotools install-sh is regenerated by libtoolize.
Copy the package's version after autogen.

Link: https://bugs.debian.org/997656
Signed-off-by: Boian Bonev <bbonev@ipacct.com>
Signed-off-by: Bastian Germann <bage@debian.org>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
debian/rules

index e12814b36a283716cde58f342d97fc55f08fe11b..615289b41a6cdf30a66534f1eb3f9c6b5585f058 100755 (executable)
@@ -50,6 +50,7 @@ config: .census
        AUTOHEADER=/bin/true dh_autoreconf
        dh_update_autotools_config
        $(options) $(MAKE) $(PMAKEFLAGS) include/platform_defs.h
+       cp -f include/install-sh .
        touch .census
 
 dibuild: