diff options
Diffstat (limited to 'www-apps/pyblosxom/files/pyblosxom-1.4.2-gentoo.patch')
-rw-r--r-- | www-apps/pyblosxom/files/pyblosxom-1.4.2-gentoo.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www-apps/pyblosxom/files/pyblosxom-1.4.2-gentoo.patch b/www-apps/pyblosxom/files/pyblosxom-1.4.2-gentoo.patch new file mode 100644 index 000000000000..cc7d59f8a021 --- /dev/null +++ b/www-apps/pyblosxom/files/pyblosxom-1.4.2-gentoo.patch @@ -0,0 +1,13 @@ +--- setup.py.orig 2007-12-18 11:13:36.439046250 +0100 ++++ setup.py 2007-12-18 11:14:05.216844750 +0100 +@@ -73,9 +73,7 @@ + # we want to move the web script files as well, so we sneak them + # in here. + pydf.append( [os.path.join('share', PVER, 'web'), +- [os.path.normpath("web/pyblosxom.cgi"), +- os.path.normpath("web/pyblosxom.tac"), +- os.path.normpath("web/config.py")]]) ++ [os.path.normpath("web/pyblosxom.tac")]]) + + else: + # we don't know what platform they have, so we print out |