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: 08-Jun-2007 18:08:38
Branch: HEAD Handle: 2007060817083800
Modified files:
openpkg-src/wordpress wordpress.spec
Log:
do not install .orig files which were created by our %patch command
Summary:
Revision Changes Path
1.43 +1 -0 openpkg-src/wordpress/wordpress.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/wordpress/wordpress.spec
============================================================================
$ cvs diff -u -r1.42 -r1.43 wordpress.spec
--- openpkg-src/wordpress/wordpress.spec 8 Jun 2007 15:52:19 -0000
1.42
+++ openpkg-src/wordpress/wordpress.spec 8 Jun 2007 16:08:38 -0000
1.43
@@ -187,6 +187,7 @@
# install program files
cp -rp wordpress/* $RPM_BUILD_ROOT%{l_prefix}/libexec/wordpress/
+ find $RPM_BUILD_ROOT%{l_prefix}/libexec/wordpress -name "*.orig" -print
| xargs rm -f
# install plugins
%{l_shtool} mkdir -f -p -m 755 \
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]