From c2bfd869b8470dc2d2ef45bc8fc5d6448a53d0e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Mon, 20 Apr 2020 07:51:43 +0200 Subject: [PATCH] Fix path to config.h --- json-c.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json-c.spec b/json-c.spec index c819514..85e773a 100644 --- a/json-c.spec +++ b/json-c.spec @@ -77,7 +77,7 @@ mkdir -p %{_vpath_builddir} # The config.h header file is not needed, and # may be the cause for undesired trouble. -rm -f %{_includedir}/%{name}/config.h +rm -f %{buildroot}%{_includedir}/%{name}/config.h # Documentation mkdir -p %{buildroot}%{_pkgdocdir}