From ae0bb0b862e6ff2daf69023c48ad0300ea4ac829 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 8 Aug 2012 13:31:40 -0500 Subject: Fix k3b-i18n FTBFS on Debian and Ubuntu --- ubuntu/maverick/applications/k3b-i18n/debian/rules | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ubuntu/maverick/applications/k3b-i18n/debian/rules') diff --git a/ubuntu/maverick/applications/k3b-i18n/debian/rules b/ubuntu/maverick/applications/k3b-i18n/debian/rules index cbe5c9312..108c07633 100755 --- a/ubuntu/maverick/applications/k3b-i18n/debian/rules +++ b/ubuntu/maverick/applications/k3b-i18n/debian/rules @@ -28,6 +28,17 @@ endif config.status: configure dh_testdir + + # Regenerate build system + ! [ -f /usr/share/libtool/ltmain.sh ] || \ + cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh + ! [ -f /usr/share/libtool/config/ltmain.sh ] || \ + cp -f /usr/share/libtool/config/ltmain.sh admin/ltmain.sh + cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in + + make -f admin/Makefile.common cvs + touch debian/stamp-bootstrap + # Add here commands to configure the package. ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \ --prefix=$(DEB_CONFIGURE_PREFIX) \ -- cgit v1.2.3