1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-10 22:09:22 -04:00
ports/audio/pytone/files/patch-setup.py
David Thiel eb0b3a87b8 Forgot to cvs add patch...
Approved by:	edwin (mentor)
2007-05-28 02:47:37 +00:00

11 lines
360 B
Python

--- 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