diff options
author | David Thiel <lx@FreeBSD.org> | 2007-05-28 02:47:37 +0000 |
---|---|---|
committer | David Thiel <lx@FreeBSD.org> | 2007-05-28 02:47:37 +0000 |
commit | eb0b3a87b8a3ffc19f62511d1826072a00734a54 (patch) | |
tree | 46679d87356f1f6f89f2ce4865d8ac20aa6c6488 /audio/pytone | |
parent | 59c0c7015b2297f59a56baa7a50b44d84f0e3d96 (diff) | |
download | ports-eb0b3a87b8a3ffc19f62511d1826072a00734a54.tar.gz ports-eb0b3a87b8a3ffc19f62511d1826072a00734a54.zip |
Notes
Diffstat (limited to 'audio/pytone')
-rw-r--r-- | audio/pytone/files/patch-setup.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/pytone/files/patch-setup.py b/audio/pytone/files/patch-setup.py new file mode 100644 index 000000000000..045ff802f4f4 --- /dev/null +++ b/audio/pytone/files/patch-setup.py @@ -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 |