Forgot to cvs add patch...
Approved by: edwin (mentor)
This commit is contained in:
parent
59c0c7015b
commit
eb0b3a87b8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192156
1 changed files with 11 additions and 0 deletions
11
audio/pytone/files/patch-setup.py
Normal file
11
audio/pytone/files/patch-setup.py
Normal 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
|
Loading…
Reference in a new issue