]> git.pld-linux.org Git - packages/gaphor.git/blame - gaphor-pluginsdir.patch
- int-overflow.patch to fix build
[packages/gaphor.git] / gaphor-pluginsdir.patch
CommitLineData
3b512019 1--- setup.py~ 2004-06-23 08:47:21.000000000 +0200
2+++ setup.py 2004-08-28 01:17:15.000000000 +0200
3@@ -355,7 +355,7 @@
4 # data files are relative to <prefix>/share/gaphor (see setup.cfg)
5 data_files=[('', ['data/icons.xml']),
6 ('pixmaps', glob('data/pixmaps/*.png')),
7- ('plugins', glob('data/plugins/**'))
8+ ('plugins', glob('data/plugins/*/*'))
9 ],
10 scripts=['bin/gaphor'],
11
This page took 0.057298 seconds and 4 git commands to generate.