From 73ae813d3589ede02ee7ed6497c98e1f168b7318 Mon Sep 17 00:00:00 2001 From: Bruno Wolff III Date: Mon, 7 Jun 2010 01:10:47 -0500 Subject: [PATCH] The example install commands shouldn't set execute bits. --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 2714271..2f1a9cf 100644 --- a/README +++ b/README @@ -25,9 +25,9 @@ automake autoconf ./configure make dist -install -D spin-kickstarts-*.tar.gz ~/rpmbuild/SOURCES +install -D -m 644 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 +install -D -m 644 spin-kickstarts.spec ~/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