]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
debian/rules: specify sysconf dir explicitly
authorSage Weil <sage@redhat.com>
Fri, 24 Jun 2016 20:35:30 +0000 (13:35 -0700)
committerKefu Chai <kchai@redhat.com>
Wed, 29 Jun 2016 14:26:24 +0000 (22:26 +0800)
Signed-off-by: Sage Weil <sage@redhat.com>
debian/rules

index 72c43c9757d6b053cd642ddb13731aa5eee20dc6..1532e617a57398193717f397bbfd1a683a295ab0 100755 (executable)
@@ -9,6 +9,7 @@ extraopts += -DUSE_CRYPTOPP=OFF -DWITH_OCF=ON -DWITH_LTTNG=ON
 extraopts += -DWITH_CEPHFS_JAVA=ON
 # assumes that ceph is exmpt from multiarch support, so we override the libdir.
 extraopts += -DCMAKE_INSTALL_LIBDIR=/usr/lib
+extraopts += -DCMAKE_INSTALL_SYSCONFDIR=/etc
 
 ifeq ($(DEB_HOST_ARCH), armel)
   # armel supports ARMv4t or above instructions sets.