]> git.pld-linux.org Git - packages/libguestfs.git/commitdiff
fix install without ocaml
authorJan Palus <atler@pld-linux.org>
Tue, 13 Jun 2023 15:00:15 +0000 (17:00 +0200)
committerJan Palus <atler@pld-linux.org>
Tue, 13 Jun 2023 15:00:15 +0000 (17:00 +0200)
libguestfs.spec

index 1d87fab4eaefa52fa5ad61bd3e23807e1a419a67..2820f170d8324ae3f229d01769aa85bb7cce6560 100644 (file)
@@ -504,8 +504,7 @@ rm -rf $RPM_BUILD_ROOT
 %if %{with ocaml}
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/ocaml/stublibs/dll*.so.owner
 %else
-%{__rm} $RPM_BUILD_ROOT%{_mandir}/{ja,uk}/man1/virt-{builder,index-validate,resize,sparsify,sysprep,v2v-test-harness}.1 \
-       $RPM_BUILD_ROOT%{_mandir}/{ja,uk}/man3/guestfs-ocaml.3
+%{__rm} $RPM_BUILD_ROOT%{_mandir}/{ja,uk}/man3/guestfs-ocaml.3
 %endif
 %if %{without ruby}
 %{__rm} $RPM_BUILD_ROOT%{_mandir}/{ja,uk}/man3/guestfs-ruby.3
This page took 0.232375 seconds and 4 git commands to generate.