summaryrefslogtreecommitdiff
path: root/ceph.spec.in
diff options
context:
space:
mode:
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>2013-04-04 15:58:12 +0200
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>2013-04-04 15:58:12 +0200
commit61a2be3bb60145ba6aef91b8b2645a1f48f7de85 (patch)
treefe1dec0118f61923aee7cbeb39b0d74cfe81ee0c /ceph.spec.in
parent4d16f38f48e276497190c8bc03abc55c40e18eed (diff)
downloadceph-61a2be3bb60145ba6aef91b8b2645a1f48f7de85.tar.gz
ceph.spec.in: don't move ceph-disk* and ceph-create-keys around
Don't move these files around, they get installed now directly to %{_sbindir}. Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
Diffstat (limited to 'ceph.spec.in')
-rw-r--r--ceph.spec.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/ceph.spec.in b/ceph.spec.in
index 266e22e9601..a76b21c14d0 100644
--- a/ceph.spec.in
+++ b/ceph.spec.in
@@ -316,11 +316,6 @@ mkdir -p $RPM_BUILD_ROOT/var/lib/ceph/mds
mkdir -p $RPM_BUILD_ROOT/var/lib/ceph/bootstrap-osd
mkdir -p $RPM_BUILD_ROOT/var/lib/ceph/bootstrap-mds
-# Makefile puts these in sbin, but we want to package them in usr/sbin
-mv -f $RPM_BUILD_ROOT/sbin/ceph-disk $RPM_BUILD_ROOT%{_sbindir}/ceph-disk
-mv -f $RPM_BUILD_ROOT/sbin/ceph-disk-activate $RPM_BUILD_ROOT%{_sbindir}/ceph-disk-activate
-mv -f $RPM_BUILD_ROOT/sbin/ceph-disk-prepare $RPM_BUILD_ROOT%{_sbindir}/ceph-disk-prepare
-mv -f $RPM_BUILD_ROOT/sbin/ceph-create-keys $RPM_BUILD_ROOT%{_sbindir}/ceph-create-keys
%if %{defined suse_version}
# Fedora seems to have some problems with this macro, use it only on SUSE