From 4244211dd95a5f08692d8b6c888af979d9269d7e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Fri, 27 Sep 2013 12:31:43 +0300 Subject: [PATCH] missing mkdir --- mongoose.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mongoose.spec b/mongoose.spec index d58d554..af9d6be 100644 --- a/mongoose.spec +++ b/mongoose.spec @@ -63,7 +63,7 @@ export VERSION=%{version} %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_includedir}} +install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_libdir},%{_includedir}} install -p %{name} $RPM_BUILD_ROOT%{_bindir} cp -p %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1 -- 2.44.0