diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2012-02-24 17:49:10 +0100 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-02-24 17:49:10 +0100 |
commit | 5923c9c3491953c6c97d37d0754d48964cbbbb3c (patch) | |
tree | ee27e3958d573db1894be9b33fb34a771bc03d1a /bootstrap-configure | |
parent | ff57b87cacfe0962d7c92c9b3478cfdab8b3f331 (diff) | |
download | neard-5923c9c3491953c6c97d37d0754d48964cbbbb3c.tar.gz neard-5923c9c3491953c6c97d37d0754d48964cbbbb3c.tar.bz2 neard-5923c9c3491953c6c97d37d0754d48964cbbbb3c.zip |
bootstrap-configure: Add sysconfdir setting
Diffstat (limited to 'bootstrap-configure')
-rwxr-xr-x | bootstrap-configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap-configure b/bootstrap-configure index 04d3c77..288c2a7 100755 --- a/bootstrap-configure +++ b/bootstrap-configure @@ -7,6 +7,7 @@ fi ./bootstrap && \ ./configure --enable-maintainer-mode \ --enable-debug \ + --sysconfdir=/etc \ --enable-nfctype1=builtin \ --enable-nfctype2=builtin \ --enable-nfctype3=builtin \ |