From 022e77db3416175e9b440828f94fb75b739ec00a Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Tue, 18 Aug 2009 12:49:05 -0600 Subject: [PATCH] oops, need to force prefix to /usr for Debian policy compliance --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 155a13a8..f4f9bf58 100755 --- a/debian/rules +++ b/debian/rules @@ -12,7 +12,7 @@ prebuild: configure: configure-stamp configure-stamp: dh_testdir - ./autogen.sh + ./autogen.sh --prefix=/usr touch configure-stamp build: build-stamp -- 2.30.2