From 893874c167973031e5fb1bc6ad0aab17d3be1be7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Mon, 10 Apr 2017 22:37:08 +0200 Subject: [PATCH] Create macrosdir --- libyui.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/libyui.spec b/libyui.spec index bfa2808..cadf781 100644 --- a/libyui.spec +++ b/libyui.spec @@ -91,6 +91,7 @@ pushd %{_cmake_build_subdir} %make_install # Create a macro for use in other spec-files. +%{__mkdir} -p %{buildroot}/%{macrosdir}/macros.%{name} %{__cat} << EOF > %{buildroot}/%{macrosdir}/macros.%{name} %_%{name}_major_so_ver %{major_so_ver} EOF