]> git.pld-linux.org Git - packages/gaphor.git/blob - gaphor-datadir.patch
- int-overflow.patch to fix build
[packages/gaphor.git] / gaphor-datadir.patch
1 --- setup.py~   2004-08-28 01:46:35.000000000 +0200
2 +++ setup.py    2004-08-28 01:49:14.000000000 +0200
3 @@ -145,7 +145,7 @@
4          self.mkpath(os.path.dirname(outfile))
5          f = open(outfile, 'w')
6          f.write('VERSION=\'%s\'\n' % VERSION)
7 -        f.write('DATA_DIR=\'%s\'\n' % data_dir)
8 +        f.write('DATA_DIR=\'/usr/share/gaphor\'\n')
9          f.write('import os\n')
10          f.write('USER_DATA_DIR=os.getenv(\'HOME\') + \'.gaphor\'\n')
11          f.write('del os\n')
This page took 0.046874 seconds and 3 git commands to generate.