mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-24 21:35:17 +00:00
Update modules/ROOT/pages/create-hello-world-rpm.adoc
corrected directory name: `~/rpmbuild/SOURCES` (insted of SOURCE)
This commit is contained in:
parent
1d31b29924
commit
96c80312ec
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ $ rpmdev-setuptree
|
|||
== Building a "Hello World" RPM
|
||||
|
||||
We need the source code of the project we are packaging, often referred to as the 'upstream' source.
|
||||
We will download it from the project's website into the `~/rpmbuild/SOURCE` directory.
|
||||
We will download it from the project's website into the `~/rpmbuild/SOURCES` directory.
|
||||
We are getting the compressed tarball archive, which happens to be the preferred distribution form for most FOSS projects.
|
||||
|
||||
----
|
||||
|
|
Loading…
Reference in a new issue