summaryrefslogtreecommitdiff
path: root/ceph.spec.in
diff options
context:
space:
mode:
authorColin Patrick McCabe <cmccabe@alumni.cmu.edu>2010-11-02 14:37:56 -0700
committerColin Patrick McCabe <cmccabe@alumni.cmu.edu>2010-11-02 14:37:56 -0700
commit38f96c658dee3e7e26a68a3c57eec2a5d8758e17 (patch)
treec3f29d34279976fb3889c61afd400e2fc0f17036 /ceph.spec.in
parent68f7fedea12a54982ff43b7436d7a3700a186ebd (diff)
downloadceph-38f96c658dee3e7e26a68a3c57eec2a5d8758e17.tar.gz
debian packaging: set --sbindir=/sbin
We want mkcephfs and mount.ceph to be under /sbin. Signed-off-by: Colin McCabe <colinm@hq.newdream.net>
Diffstat (limited to 'ceph.spec.in')
-rw-r--r--ceph.spec.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/ceph.spec.in b/ceph.spec.in
index 3b030858807..0d3fd71d099 100644
--- a/ceph.spec.in
+++ b/ceph.spec.in
@@ -57,9 +57,9 @@ conjunction with any FastCGI capable web server.
%build
./autogen.sh
%if %{with_radosgw}
-%{configure} --without-hadoop --with-radosgw
+%{configure} --prefix=/usr --sbindir=/sbin --without-hadoop --with-radosgw
%else
-%{configure} --without-hadoop --without-radosgw
+%{configure} --prefix=/usr --sbindir=/sbin --without-hadoop --without-radosgw
%endif
make -j$(getconf _NPROCESSORS_ONLN) CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS"