From: Bdale Garbee Date: Tue, 18 Aug 2009 18:49:05 +0000 (-0600) Subject: oops, need to force prefix to /usr for Debian policy compliance X-Git-Tag: debian/1.1-1~33 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=022e77db3416175e9b440828f94fb75b739ec00a;p=fw%2Faltos oops, need to force prefix to /usr for Debian policy compliance --- 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