diff options
| author | Bdale Garbee <bdale@gag.com> | 2009-08-18 12:49:05 -0600 |
|---|---|---|
| committer | Bdale Garbee <bdale@gag.com> | 2009-08-18 12:49:05 -0600 |
| commit | 022e77db3416175e9b440828f94fb75b739ec00a (patch) | |
| tree | 8befc95c022ccda6e757b5c5cc0b50c7dbcbee29 | |
| parent | a382039ebb91e3bea682b601feef15517290ad3b (diff) | |
oops, need to force prefix to /usr for Debian policy compliance
| -rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
