Forgot to cvs add patch...

Approved by:	edwin (mentor)
This commit is contained in:
David Thiel 2007-05-28 02:47:37 +00:00
parent 59c0c7015b
commit eb0b3a87b8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192156

View File

@ -0,0 +1,11 @@
--- setup.py.orig Sun May 27 19:36:23 2007
+++ setup.py Sun May 27 19:36:44 2007
@@ -45,7 +45,7 @@
#
mo_files = ["locale/%s/LC_MESSAGES/PyTone.mo" % locale for locale in locales]
data_files=[('share/locale/de/LC_MESSAGES', mo_files),
- ('/etc', ['conf/pytonerc'])]
+ ('etc', ['conf/pytonerc'])]
#
# list of scripts to be installed