OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 25-Nov-2003 16:59:04
Branch: HEAD Handle: 2003112515590400
Modified files:
openpkg-src/rt rt.spec
Log:
try to fix permissions
Summary:
Revision Changes Path
1.109 +9 -1 openpkg-src/rt/rt.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/rt/rt.spec
============================================================================
$ cvs diff -u -r1.108 -r1.109 rt.spec
--- openpkg-src/rt/rt.spec 20 Nov 2003 11:16:38 -0000 1.108
+++ openpkg-src/rt/rt.spec 25 Nov 2003 15:59:04 -0000 1.109
@@ -48,7 +48,7 @@
Group: Database
License: GPL
Version: %{V_here}
-Release: 20031120
+Release: 20031125
# package options
%option with_color_primary 336699
@@ -332,6 +332,14 @@
-e 's;#dddddd;#%{with_color_secondary};g' \
`find $RPM_BUILD_ROOT%{l_prefix}/libexec/rt/WebRT \
-type f -print | grep -v gif | grep -v jpg | grep -v .orig`
+ find $RPM_BUILD_ROOT%{l_prefix}/libexec/rt \
+ -type f -name "*.html" -print | xargs chmod 644
+ find $RPM_BUILD_ROOT%{l_prefix}/libexec/rt \
+ -type f -name "*.pm" -print | xargs chmod 644
+ find $RPM_BUILD_ROOT%{l_prefix}/libexec/rt \
+ -type f -print | xargs chmod a+r
+ find $RPM_BUILD_ROOT%{l_prefix}/libexec/rt \
+ -type d -print | xargs chmod 755
# determine installation files
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]