From ac42a7af4f1f51616396aeb92c69bc6c8ede2d53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 13 Feb 2016 16:41:43 +0100 Subject: Fix FTBFS on Debian and Ubuntu due to move libtool ltmain.sh from /usr/share/libtool/config into /usr/share/libtool/build-aux MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 09b52dab01a59f21ce1966ef526a1f7d596b5427) --- ubuntu/maverick/dependencies/libart-lgpl/debian/rules | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ubuntu/maverick/dependencies/libart-lgpl') diff --git a/ubuntu/maverick/dependencies/libart-lgpl/debian/rules b/ubuntu/maverick/dependencies/libart-lgpl/debian/rules index 3ae4eb42c..495993679 100755 --- a/ubuntu/maverick/dependencies/libart-lgpl/debian/rules +++ b/ubuntu/maverick/dependencies/libart-lgpl/debian/rules @@ -11,7 +11,12 @@ include /usr/share/gnome-pkg-tools/1/rules/clean-la.mk debian/stamp-autoreconf: dh_testdir cp -Rp /usr/share/aclocal/libtool.m4 libtool.m4.in +ifneq "$(wildcard /usr/share/libtool/config/ltmain.sh)" "" cp -Rp /usr/share/libtool/config/ltmain.sh ltmain.sh +endif +ifneq "$(wildcard /usr/share/libtool/build-aux/ltmain.sh)" "" + cp -Rp /usr/share/libtool/build-aux/ltmain.sh ltmain.sh +endif autoreconf -vi && \ touch $@ -- cgit v1.2.1