summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorBruno Wolff III <bruno@wolff.to>2010-06-07 01:10:47 -0500
committerBruno Wolff III <bruno@wolff.to>2010-06-07 01:10:47 -0500
commit73ae813d3589ede02ee7ed6497c98e1f168b7318 (patch)
treee3ca3f121143a28e89e62e8cafe897004367a452 /README
parentef6ca3858ce348f83eeadc66adf0cbece7bc42ac (diff)
downloadspin-kickstarts-73ae813d3589ede02ee7ed6497c98e1f168b7318.tar.gz
spin-kickstarts-73ae813d3589ede02ee7ed6497c98e1f168b7318.tar.xz
spin-kickstarts-73ae813d3589ede02ee7ed6497c98e1f168b7318.zip
The example install commands shouldn't set execute bits.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files 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