diff options
Diffstat (limited to 'audio/shellac/files/patch-setup.py')
-rw-r--r-- | audio/shellac/files/patch-setup.py | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/shellac/files/patch-setup.py b/audio/shellac/files/patch-setup.py new file mode 100644 index 000000000000..8dbe35d1f19f --- /dev/null +++ b/audio/shellac/files/patch-setup.py @@ -0,0 +1,14 @@ +--- setup.py.orig Tue Apr 4 18:41:33 2006 ++++ setup.py Tue Apr 4 18:42:07 2006 +@@ -7,10 +7,7 @@ + author_email = 'bjernstad@gmail.com', + url = 'http://hem.bredband.net/b298027/', + packages=['Shellac'], +- data_files = [ ('share/doc/shellac', +- ['COPYING', 'README']), +- +- ('share/shellac', ++ data_files = [ ('share/shellac', + ['defaults.conf']), + + ('share/shellac/images', |