]> git.pld-linux.org Git - packages/gaphor.git/commitdiff
- workaround to http://sourceforge.net/tracker/index.php?func=detail&aid=1017032... auto/ac/gaphor-0_5_0-1
authorundefine <undefine@pld-linux.org>
Sat, 28 Aug 2004 00:04:52 +0000 (00:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gaphor-pluginsdir.patch -> 1.1

gaphor-pluginsdir.patch [new file with mode: 0644]

diff --git a/gaphor-pluginsdir.patch b/gaphor-pluginsdir.patch
new file mode 100644 (file)
index 0000000..96a9f0e
--- /dev/null
@@ -0,0 +1,11 @@
+--- setup.py~  2004-06-23 08:47:21.000000000 +0200
++++ setup.py   2004-08-28 01:17:15.000000000 +0200
+@@ -355,7 +355,7 @@
+       # data files are relative to <prefix>/share/gaphor (see setup.cfg)
+       data_files=[('', ['data/icons.xml']),
+                   ('pixmaps', glob('data/pixmaps/*.png')),
+-                  ('plugins', glob('data/plugins/**'))
++                  ('plugins', glob('data/plugins/*/*'))
+       ],
+       scripts=['bin/gaphor'],
This page took 0.085121 seconds and 4 git commands to generate.