summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2008-06-02 21:14:44 +0200
committerThomas Penteker <tek@serverop.de>2008-06-02 21:14:44 +0200
commit72e1e574087a63f78ee97ee8d46beb4d4bdede35 (patch)
tree3cd6f8a90949e1d42602f6cd2c2c8ae917ee95c8
parent54f666a0a2ef5bb3ce28e3625270a890091121ed (diff)
downloadcontrib-72e1e574087a63f78ee97ee8d46beb4d4bdede35.tar.gz
contrib-72e1e574087a63f78ee97ee8d46beb4d4bdede35.tar.xz
trac: fix prtverify warnings
-rw-r--r--trac/.footprint3
-rw-r--r--trac/Pkgfile1
2 files changed, 1 insertions, 3 deletions
diff --git a/trac/.footprint b/trac/.footprint
index 4dba2f42c..a71ea142b 100644
--- a/trac/.footprint
+++ b/trac/.footprint
@@ -222,14 +222,12 @@ drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/trac-admin.1.gz
-rw-r--r-- root/root usr/man/man1/tracd.1.gz
drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/trac/
drwxr-xr-x root/root usr/share/trac/cgi-bin/
-rwxr-xr-x root/root usr/share/trac/cgi-bin/trac.cgi
-rwxr-xr-x root/root usr/share/trac/cgi-bin/trac.fcgi
drwxr-xr-x root/root usr/share/trac/conf/
drwxr-xr-x root/root usr/share/trac/htdocs/
--rw-r--r-- root/root usr/share/trac/htdocs/README
-rw-r--r-- root/root usr/share/trac/htdocs/asc.png
-rw-r--r-- root/root usr/share/trac/htdocs/attachment.png
-rw-r--r-- root/root usr/share/trac/htdocs/changeset.png
@@ -274,7 +272,6 @@ drwxr-xr-x root/root usr/share/trac/htdocs/js/
-rw-r--r-- root/root usr/share/trac/htdocs/xml.png
drwxr-xr-x root/root usr/share/trac/plugins/
drwxr-xr-x root/root usr/share/trac/templates/
--rw-r--r-- root/root usr/share/trac/templates/README
-rw-r--r-- root/root usr/share/trac/templates/about.cs
-rw-r--r-- root/root usr/share/trac/templates/anydiff.cs
-rw-r--r-- root/root usr/share/trac/templates/attachment.cs
diff --git a/trac/Pkgfile b/trac/Pkgfile
index 6b16a95c1..ca2d5a78f 100644
--- a/trac/Pkgfile
+++ b/trac/Pkgfile
@@ -14,4 +14,5 @@ build () {
python setup.py install --root=$PKG
mkdir -p $PKG/usr/man
mv $PKG/usr/share/man/man1 $PKG/usr/man
+ rm -r $PKG/usr/share/man $PKG/usr/share/trac/{htdocs,templates}/README
}

Generated by cgit