From: Boian Bonev Date: Fri, 19 Nov 2021 03:05:11 +0000 (-0500) Subject: debian: Fix FTBFS X-Git-Tag: v5.14.0~2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=c31f4f3071896542b81ab64ff0595c45a6a1127b;p=thirdparty%2Fxfsprogs-dev.git debian: Fix FTBFS 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 Signed-off-by: Bastian Germann Reviewed-by: Darrick J. Wong Signed-off-by: Eric Sandeen --- diff --git a/debian/rules b/debian/rules index e12814b36..615289b41 100755 --- a/debian/rules +++ b/debian/rules @@ -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: