From bd328e4a35e90a9dc03f5d0cb4c87e88618c05d1 Mon Sep 17 00:00:00 2001 From: mdb Date: Sat, 18 Aug 2001 03:40:53 +0000 Subject: [PATCH] Have to tell configure to point sysconfdir to /etc otherwise it'll get jiggy and put it in /usr/etc. git-svn-id: https://samskivert.googlecode.com/svn/trunk@305 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- projects/lookuplet/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/lookuplet/debian/rules b/projects/lookuplet/debian/rules index f5407c54..8175125e 100755 --- a/projects/lookuplet/debian/rules +++ b/projects/lookuplet/debian/rules @@ -10,7 +10,7 @@ build: build-stamp build-stamp: dh_testdir - ./configure --prefix=/usr + ./configure --prefix=/usr --sysconfdir=/etc # Add here commands to compile the package. make CFLAGS="-O2 -g -Wall"