1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
--- setup.py.orig 2011-06-14 18:59:31 UTC
+++ setup.py
@@ -61,17 +61,12 @@ data_files = [
'icons/microphone.ico',
'icons/microphone.png',
'icons/pykaraoke.xpm',
- 'icons/splash.png']),
- ('share/pykaraoke/fonts', [
- 'fonts/DejaVuSans.ttf',
- 'fonts/DejaVuSansCondensed.ttf',
- 'fonts/DejaVuSansCondensed-Bold.ttf',
- ])]
+ 'icons/splash.png'])]
# These data files only make sense on Unix-like systems.
if env != ENV_WINDOWS:
data_files += [
- ('bin', ['install/pykaraoke',
+ ('libexec', ['install/pykaraoke',
'install/pykaraoke_mini',
'install/pycdg',
'install/pykar',
|