]> git.pld-linux.org Git - packages/bind.git/commitdiff
- "s-/usr/lib/-%{_libdir}-"
authorkloczek <kloczek@pld-linux.org>
Mon, 17 May 1999 21:41:23 +0000 (21:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bind.spec -> 1.10

bind.spec

index 66637eeb4b289790c2a80d7c278b21e9199616dc..c28b8600bf44c7b453247166a73e4696bc9930a3 100644 (file)
--- a/bind.spec
+++ b/bind.spec
@@ -134,7 +134,7 @@ rm -rf $RPM_BUILD_ROOT
 make install \
        DESTDIR="$RPM_BUILD_ROOT" \
        DESTINC="/usr/include/bind" \
-       DESTLIB="/usr/lib"
+       DESTLIB="%{_libdir}"
 
 install -d $RPM_BUILD_ROOT/usr/{bin,sbin,lib,man/man{1,3,5,7,8}}
 install -d $RPM_BUILD_ROOT/etc/rc.d/init.d
@@ -184,7 +184,7 @@ rm -rf $RPM_BUILD_ROOT
 %files utils
 %defattr(644,root,root,755)
 %attr(755,root,root) /usr/bin/*
-%attr(644,root,root) /usr/lib/nslookup.help
+%attr(644,root,root) %{_libdir}/nslookup.help
 
 %{_mandir}/man1/dig.1.gz
 %{_mandir}/man1/host.1.gz
@@ -196,7 +196,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 
 /usr/include/bind/*
-/usr/lib/*.a
+%{_libdir}/*.a
 %{_mandir}/man3/*
 
 %changelog
This page took 0.039854 seconds and 4 git commands to generate.