forked from srbala/fedora-kickstarts
The example install commands shouldn't set execute bits.
This commit is contained in:
parent
ef6ca3858c
commit
73ae813d35
4
README
4
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
|
||||
|
Loading…
Reference in New Issue
Block a user