Update modules/ROOT/pages/create-hello-world-rpm.adoc

corrected directory name: `~/rpmbuild/SOURCES` (insted of SOURCE)
This commit is contained in:
Flo H 2020-07-02 09:46:39 +00:00 committed by jflory7
parent 1d31b29924
commit 96c80312ec

View file

@ -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.
----