mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-10 08:00:06 +00:00
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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user