]> git.pld-linux.org Git - packages/bind.git/commitdiff
- typo in %install (missing dir D)
authordzeus <dzeus@pld-linux.org>
Thu, 5 May 2005 13:12:32 +0000 (13:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bind.spec -> 1.216

bind.spec

index 2dcd0a4724c9e84bae88f2c3ded1cc7ccd905c11..d64fe851e748230bd97a1f9c8b595a78606c68f5 100644 (file)
--- 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
This page took 0.613361 seconds and 4 git commands to generate.