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:
mdb
2001-08-18 03:40:53 +00:00
parent a9358ee7c5
commit bd328e4a35
+1 -1
View File
@@ -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"