diff options
author | Sage Weil <sage@inktank.com> | 2012-05-25 18:28:07 +0200 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2012-05-25 18:28:07 +0200 |
commit | 5eda9b7048a37f95709d6b4ce60ea603e2e344cc (patch) | |
tree | d02cb2d80057c1e53c464d66d3b69442b9d176ee /ceph.spec.in | |
parent | librados, ObjectCacher: include limits.h for INT_MAX (diff) | |
download | ceph-5eda9b7048a37f95709d6b4ce60ea603e2e344cc.tar.xz ceph-5eda9b7048a37f95709d6b4ce60ea603e2e344cc.zip |
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 '')
-rw-r--r-- | ceph.spec.in | 3 |
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 |