trac: fix prtverify warnings

This commit is contained in:
Thomas Penteker 2008-06-02 21:14:44 +02:00
parent 54f666a0a2
commit 72e1e57408
2 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -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
}