From ef7d1bc0ca44843ae09e7d920775753067c3cf0f Mon Sep 17 00:00:00 2001 From: John Spray Date: Wed, 21 May 2014 18:25:05 +0100 Subject: [PATCH] doc: RPM instructions correction Signed-off-by: John Spray --- doc/install/build-ceph.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:: -- 2.47.3