ports/net/straw/files/patch-setup.py
Joe Marcus Clarke e24014bb36 Update to 0.22.
PR:		62978
Submitted by:	maintainer
2004-02-18 20:25:10 +00:00

15 lines
601 B
Python

--- setup.py.orig Tue Feb 17 13:31:30 2004
+++ setup.py Tue Feb 17 13:32:32 2004
@@ -80,9 +80,9 @@
'''Build list of data files to be installed'''
images = glob.glob('images/*.png')
files = [
- ('share/pixmaps', ['images/straw.png']),
- ('share/applications', ['straw.desktop']),
- ('share/straw', images +
+ ('share/gnome/pixmaps', ['images/straw.png']),
+ ('share/gnome/applications', ['straw.desktop']),
+ ('share/gnome/straw', images +
['data/default_subscriptions.opml', 'glade/straw.glade'])]
return files