From 25c3495184a675e0f57953993230c7cdce1c8865 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Mon, 11 Mar 2013 13:24:12 -0600 Subject: [PATCH] move patches --- README.adoc | 2 +- ...of-pending.patch => asciidoctor-disable-use-of-pending.patch | 0 ...selectors.patch => asciidoctor-fix-nth-child-selectors.patch | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename patches/asciidoctor-disable-use-of-pending.patch => asciidoctor-disable-use-of-pending.patch (100%) rename patches/asciidoctor-fix-nth-child-selectors.patch => asciidoctor-fix-nth-child-selectors.patch (100%) 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