From: John Spray Date: Wed, 21 May 2014 17:25:05 +0000 (+0100) Subject: doc: RPM instructions correction X-Git-Tag: v0.84~164^2~16 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ef7d1bc0ca44843ae09e7d920775753067c3cf0f;p=ceph.git doc: RPM instructions correction Signed-off-by: John Spray --- diff --git a/doc/install/build-ceph.rst b/doc/install/build-ceph.rst index 3a927198971..af7c9fc055a 100644 --- a/doc/install/build-ceph.rst +++ b/doc/install/build-ceph.rst @@ -176,7 +176,7 @@ Or from the EU mirror:: Extract the specfile:: - tar --strip-components=1 --no-anchored -xvf ~/rpmbuild/SOURCES/ceph-.tar.gz "ceph.spec" -C ~/rpmbuild/SPECS/ + tar --strip-components=1 -C ~/rpmbuild/SPECS/ --no-anchored -xvjf ~/rpmbuild/SOURCES/ceph-.tar.bz2 "ceph.spec" Build the RPM packages::