From 8a6be07b9360d180c2c3083ec657bd82e04c36e8 Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Sat, 19 Apr 2025 22:33:02 +0200 Subject: [PATCH] - fix doc path --- grub2.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/grub2.spec b/grub2.spec index dd42e23..ec4417f 100644 --- a/grub2.spec +++ b/grub2.spec @@ -230,6 +230,7 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _libexecdir %{_libdir}/grub %define _grubdir /boot/grub %define _localedir /usr/share/locale +%define _docdir /usr/share/doc # part of grub code is not relocable (these are not Linux libs) # stack protector also breaks non-Linux binaries -- 2.49.0