From d836f1b7c08e2c87106708ccf212bbdf7dcb10be Mon Sep 17 00:00:00 2001 From: Bruno Wolff III Date: Mon, 7 Jun 2010 00:24:13 -0500 Subject: [PATCH] Fix example rpmbuild command. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index e0747bb..2714271 100644 --- a/README +++ b/README @@ -28,7 +28,7 @@ make dist install -D spin-kickstarts-*.tar.gz ~/rpmbuild/SOURCES # Edit spin-kickstarts.spec if some changelog history needs to be included install -D spin-kickstarts.spec ~/rpmbuild/SPECS -rpmbuild -ba ~/rpmbuild/SPECS +rpmbuild -ba ~/rpmbuild/SPECS/spin-kickstarts.spec # If the sprm gets published then publish the tar.gz file on fedorahosted scp spin-kickstarts-*.tar.gz fedorahosted.org:spin-kickstarts # Clean up the generated files: