From 317101a85d7d66be957b5c89bf58087fc03bb634 Mon Sep 17 00:00:00 2001 From: dzeus Date: Thu, 5 May 2005 13:12:32 +0000 Subject: [PATCH] - typo in %install (missing dir D) Changed files: bind.spec -> 1.216 --- bind.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bind.spec b/bind.spec index 2dcd0a4..d64fe85 100644 --- a/bind.spec +++ b/bind.spec @@ -339,7 +339,7 @@ cd ../.. rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_includedir},%{_bindir},%{_sbindir},%{_includedir}} \ $RPM_BUILD_ROOT/etc/{rc.d/init.d,logrotate.d,sysconfig} \ - $RPM_BUILD_ROOT{%{_mandir}/man{1,3,5,8},%{_var}/{lib/named/{M,S,dev,etc},run,log}} + $RPM_BUILD_ROOT{%{_mandir}/man{1,3,5,8},%{_var}/{lib/named/{M,D,S,dev,etc},run,log}} %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -- 2.44.0