mirror of
https://git.freebsd.org/ports.git
synced 2025-07-04 10:59:14 -04:00
15 lines
601 B
Python
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
|
|
|