OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 10-Nov-2007 14:13:45
Branch: HEAD Handle: 2007111013134400
Modified files:
openpkg-src/bind bind.spec
Log:
do not install HTML versions of the manual pages and remove the stray
'run' dir
Summary:
Revision Changes Path
1.132 +2 -1 openpkg-src/bind/bind.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/bind/bind.spec
============================================================================
$ cvs diff -u -r1.131 -r1.132 bind.spec
--- openpkg-src/bind/bind.spec 10 Nov 2007 09:34:59 -0000 1.131
+++ openpkg-src/bind/bind.spec 10 Nov 2007 13:13:44 -0000 1.132
@@ -162,12 +162,13 @@
rm -rf $RPM_BUILD_ROOT%{l_prefix}/include
rm -rf $RPM_BUILD_ROOT%{l_prefix}/lib
rm -rf $RPM_BUILD_ROOT%{l_prefix}/man/man3
+ rm -rf $RPM_BUILD_ROOT%{l_prefix}/var/bind/run
# install BIND9 ARM
%{l_shtool} mkdir -f -p -m 755 \
$RPM_BUILD_ROOT%{l_prefix}/share/bind
%{l_shtool} install -c -m 644 \
- doc/arm/*.html $RPM_BUILD_ROOT%{l_prefix}/share/bind/
+ doc/arm/*ARM*.html $RPM_BUILD_ROOT%{l_prefix}/share/bind/
# install run-command script
%{l_shtool} mkdir -f -p -m 755 \
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]