From 4a846a8eb54fba56f75094d85d001f0420e1d6df Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 16 Oct 2011 15:30:04 -0500 Subject: Fix kiosktool debian rules file on Debian and Ubuntu --- ubuntu/maverick/applications/kiosktool/debian/rules | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ubuntu') diff --git a/ubuntu/maverick/applications/kiosktool/debian/rules b/ubuntu/maverick/applications/kiosktool/debian/rules index 6b8f84c74..cb6ee7c18 100755 --- a/ubuntu/maverick/applications/kiosktool/debian/rules +++ b/ubuntu/maverick/applications/kiosktool/debian/rules @@ -3,3 +3,15 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/class/kde.mk + +post-patches:: debian/stamp-bootstrap + +debian/stamp-bootstrap: + ! [ -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 -- cgit v1.2.3