diff options
author | Matt Housh <jaeger@morpheus.net> | 2006-10-11 13:34:23 +0000 |
---|---|---|
committer | Matt Housh <jaeger@morpheus.net> | 2006-10-11 13:34:23 +0000 |
commit | c393bd57bb3d49151e2fcc01cbf724c237e42757 (patch) | |
tree | 19ace9202d6653c44dd29ad6a5390b7633461271 /twisted-core | |
parent | 56832ed2a2f5c72235c899f2bff114e64338712d (diff) | |
download | opt-c393bd57bb3d49151e2fcc01cbf724c237e42757.tar.gz opt-c393bd57bb3d49151e2fcc01cbf724c237e42757.tar.xz |
zopeinterface, twisted-core: removed README files from installed packages
Diffstat (limited to 'twisted-core')
-rw-r--r-- | twisted-core/.footprint | 1 | ||||
-rw-r--r-- | twisted-core/Pkgfile | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/twisted-core/.footprint b/twisted-core/.footprint index c41fecc69..a2b889f05 100644 --- a/twisted-core/.footprint +++ b/twisted-core/.footprint @@ -433,7 +433,6 @@ drwxr-xr-x root/root usr/lib/python2.4/site-packages/twisted/python/ -rw-r--r-- root/root usr/lib/python2.4/site-packages/twisted/python/zipstream.py -rw-r--r-- root/root usr/lib/python2.4/site-packages/twisted/python/zipstream.pyc drwxr-xr-x root/root usr/lib/python2.4/site-packages/twisted/python/zsh/ --rw-r--r-- root/root usr/lib/python2.4/site-packages/twisted/python/zsh/README -rw-r--r-- root/root usr/lib/python2.4/site-packages/twisted/python/zsh/_cftp -rw-r--r-- root/root usr/lib/python2.4/site-packages/twisted/python/zsh/_ckeygen -rw-r--r-- root/root usr/lib/python2.4/site-packages/twisted/python/zsh/_conch diff --git a/twisted-core/Pkgfile b/twisted-core/Pkgfile index 04d7dc6a9..c0dfc7801 100644 --- a/twisted-core/Pkgfile +++ b/twisted-core/Pkgfile @@ -12,4 +12,5 @@ build() { cd Twisted-$version/TwistedCore-$version python setup.py build python setup.py install --root=$PKG + find $PKG -name "README" -exec rm -f '{}' \; } |