The example install commands shouldn't set execute bits.

This commit is contained in:
Bruno Wolff III 2010-06-07 01:10:47 -05:00
parent ef6ca3858c
commit 73ae813d35

4
README
View File

@ -25,9 +25,9 @@ automake
autoconf autoconf
./configure ./configure
make dist 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 # 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 rpmbuild -ba ~/rpmbuild/SPECS/spin-kickstarts.spec
# If the sprm gets published then publish the tar.gz file on fedorahosted # If the sprm gets published then publish the tar.gz file on fedorahosted
scp spin-kickstarts-*.tar.gz fedorahosted.org:spin-kickstarts scp spin-kickstarts-*.tar.gz fedorahosted.org:spin-kickstarts