oops, need to force prefix to /usr for Debian policy compliance
authorBdale Garbee <bdale@gag.com>
Tue, 18 Aug 2009 18:49:05 +0000 (12:49 -0600)
committerBdale Garbee <bdale@gag.com>
Tue, 18 Aug 2009 18:49:05 +0000 (12:49 -0600)
debian/rules

index 155a13a86f855cd5db385ac2fe5132aa59999a90..f4f9bf583f0214e7e6dd1a082423716085b26fe9 100755 (executable)
@@ -12,7 +12,7 @@ prebuild:
 configure: configure-stamp
 configure-stamp:
        dh_testdir
-       ./autogen.sh
+       ./autogen.sh --prefix=/usr
        touch configure-stamp
 
 build: build-stamp