From ef965b61f7a8953219e631ff52c39d1bbd06bbc1 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Wed, 11 Jan 2012 21:26:50 -0700 Subject: [PATCH] make missing executable --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 332395d..c3a2630 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ configure: configure-stamp configure-stamp: dh_testdir - chmod a+x ./configure + chmod a+x ./configure ./missing ./configure --prefix=/usr --mandir=/usr/share/man touch configure-stamp -- 2.30.2