From 14432fedc04ccdb8c21303dd041f89be25731b1674a35635a737cd4cd4002903 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Sat, 8 Jul 2023 19:18:30 +0000 Subject: [PATCH] dir OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/unison?expand=0&rev=40 --- unison.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/unison.spec b/unison.spec index fded27d..f91c754 100644 --- a/unison.spec +++ b/unison.spec @@ -97,6 +97,7 @@ do test -f doc/unison-manual.$ext || continue mkdir -vp %buildroot%_defaultdocdir/%pkg cp doc/unison-manual.$ext %buildroot%_defaultdocdir/%pkg + echo '%%dir %_defaultdocdir/%pkg' >> files echo "%%doc %_defaultdocdir/%pkg/unison-manual.$ext" >> files done %else