From db95eefad0e42a4b6acd4f444a57522302cb8886ab33d23561bcbd0966a24e48 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Fri, 4 Oct 2019 08:22:58 +0000 Subject: [PATCH] escape list OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-rpm-macros?expand=0&rev=9 --- ocaml-rpm-macros.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ocaml-rpm-macros.spec b/ocaml-rpm-macros.spec index 1ac0cde..b25c942 100644 --- a/ocaml-rpm-macros.spec +++ b/ocaml-rpm-macros.spec @@ -91,12 +91,12 @@ tee %{buildroot}%{_rpmmacrodir}/macros.%{name} <<'_EOF_' > %%{name}.files ;\ > %%{name}.files.devel ;\ for i in \ - COPYING \ - COPYING.txt \ - LICENCE \ - LICENSE \ - LICENSE.md \ - LICENSE.txt \ + COPYING \\\ + COPYING.txt \\\ + LICENCE \\\ + LICENSE \\\ + LICENSE.md \\\ + LICENSE.txt \\\ ;\ do\ test -f "$i" && echo "%%license $i" >> %%{name}.files ;\