summaryrefslogtreecommitdiff
path: root/ceph.spec.in
diff options
context:
space:
mode:
authorSage Weil <sage@inktank.com>2012-05-25 09:28:07 -0700
committerSage Weil <sage@inktank.com>2012-05-25 09:28:07 -0700
commit5eda9b7048a37f95709d6b4ce60ea603e2e344cc (patch)
treed02cb2d80057c1e53c464d66d3b69442b9d176ee /ceph.spec.in
parent9a9418ebfde1b29416c60da3e7fcf4f1e097e96c (diff)
downloadceph-5eda9b7048a37f95709d6b4ce60ea603e2e344cc.tar.gz
ceph.spec.in: drop unnecessary rmdirs
This hunk was inadvertantly included in a330c64. Reported-by: Guido Winkelmann <guido-ceph@thisisnotatest.de> Signed-off-by: Sage Weil <sage@inktank.com>
Diffstat (limited to 'ceph.spec.in')
-rw-r--r--ceph.spec.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/ceph.spec.in b/ceph.spec.in
index 80e6dc784ca..6b15400cec7 100644
--- a/ceph.spec.in
+++ b/ceph.spec.in
@@ -233,9 +233,6 @@ make -j$(getconf _NPROCESSORS_ONLN)
%install
make DESTDIR=$RPM_BUILD_ROOT install
-rmdir $RPM_BUILD_ROOT/bin
-rmdir $RPM_BUILD_ROOT/lib
-rmdir $RPM_BUILD_ROOT/include
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';'
install -D src/init-ceph $RPM_BUILD_ROOT%{_initrddir}/ceph