diff options
author | Thomas Penteker <tek@serverop.de> | 2010-12-14 13:08:57 +0100 |
---|---|---|
committer | Thomas Penteker <tek@serverop.de> | 2010-12-14 13:08:57 +0100 |
commit | 969164cae47c47292f1be26d61a05a1a3df91fe1 (patch) | |
tree | 8efb20edce219599e89825ddfcb0bfa349079fbb /docutils/Pkgfile | |
parent | 62b7556cf69d938f69e34677d933ff87b1716fe6 (diff) | |
download | contrib-969164cae47c47292f1be26d61a05a1a3df91fe1.tar.gz contrib-969164cae47c47292f1be26d61a05a1a3df91fe1.tar.xz |
docutils: fix footprint
Diffstat (limited to 'docutils/Pkgfile')
-rw-r--r-- | docutils/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docutils/Pkgfile b/docutils/Pkgfile index cb2a12e5c..b05b126d0 100644 --- a/docutils/Pkgfile +++ b/docutils/Pkgfile @@ -12,6 +12,6 @@ source=(http://download.sourceforge.net/$name/$name-$version.tar.gz) build() { cd $name-$version python setup.py install --root=$PKG - rm $PKG/usr/lib/python2.6/site-packages/docutils/writers/s5_html/themes/README.txt - rm $PKG/usr/lib/python2.6/site-packages/docutils/parsers/rst/include/README.txt + rm $PKG/usr/lib/python2.7/site-packages/docutils/writers/s5_html/themes/README.txt + rm $PKG/usr/lib/python2.7/site-packages/docutils/parsers/rst/include/README.txt } |