diff --git a/README.adoc b/README.adoc index 50c16b1..c192044 100644 --- a/README.adoc +++ b/README.adoc @@ -39,7 +39,7 @@ Next, grab the Asciidoctor gem (the sources) and put it into the `$HOME/rpmbuild Finally, copy the `.patch` files from this repository to the same directory: - cp patches/* $HOME/rpmbuild/SOURCES/ + cp *.patch $HOME/rpmbuild/SOURCES/ You're now ready to build the RPM. diff --git a/patches/asciidoctor-disable-use-of-pending.patch b/asciidoctor-disable-use-of-pending.patch similarity index 100% rename from patches/asciidoctor-disable-use-of-pending.patch rename to asciidoctor-disable-use-of-pending.patch diff --git a/patches/asciidoctor-fix-nth-child-selectors.patch b/asciidoctor-fix-nth-child-selectors.patch similarity index 100% rename from patches/asciidoctor-fix-nth-child-selectors.patch rename to asciidoctor-fix-nth-child-selectors.patch