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: 15-Aug-2005 11:28:05
Branch: HEAD Handle: 2005081510280500
Modified files:
openpkg-src/subversion subversion.spec
Log:
do not complain if more files are there
Summary:
Revision Changes Path
1.98 +1 -1 openpkg-src/subversion/subversion.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/subversion/subversion.spec
============================================================================
$ cvs diff -u -r1.97 -r1.98 subversion.spec
--- openpkg-src/subversion/subversion.spec 15 Aug 2005 09:27:25 -0000
1.97
+++ openpkg-src/subversion/subversion.spec 15 Aug 2005 09:28:05 -0000
1.98
@@ -212,7 +212,7 @@
rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/apr-config
rm -f $RPM_BUILD_ROOT%{l_prefix}/lib/apr.exp
rm -rf $RPM_BUILD_ROOT%{l_prefix}/libexec/subversion/neon
- rmdir $RPM_BUILD_ROOT%{l_prefix}/libexec/subversion
+ rmdir $RPM_BUILD_ROOT%{l_prefix}/libexec/subversion >/dev/null 2>&1 ||
true
rm -rf $RPM_BUILD_ROOT%{l_prefix}/include/apr-0
rm -f $RPM_BUILD_ROOT%{l_prefix}/include/subversion-1/svn-revision.txt
rm -f $RPM_BUILD_ROOT%{l_prefix}/include/subversion-1/mod_dav_svn.h
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]