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
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user