mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
This commit is contained in:
parent
da826622b0
commit
cdc36b5e29
@ -92,9 +92,11 @@ class Distribution(object):
|
|||||||
cmd += ' '
|
cmd += ' '
|
||||||
if dep[index]: cmd += dep[index]
|
if dep[index]: cmd += dep[index]
|
||||||
self.command = cmd.strip()
|
self.command = cmd.strip()
|
||||||
|
easy_install = 'easy_install'
|
||||||
if os == 'debian':
|
if os == 'debian':
|
||||||
self.command += '\n'+prefix + 'cp -R /usr/share/pycentral/fonttools/site-packages/FontTools* /usr/lib/python2.5/site-packages/'
|
self.command += '\n'+prefix + 'cp -R /usr/share/pycentral/fonttools/site-packages/FontTools* /usr/lib/python2.5/site-packages/'
|
||||||
self.command += '\n'+prefix+'easy_install -U TTFQuery libprs500 \n'+prefix+'libprs500_postinstall'
|
easy_install = 'easy_install-2.5'
|
||||||
|
self.command += '\n'+prefix+easy_install+' -U TTFQuery libprs500 \n'+prefix+'libprs500_postinstall'
|
||||||
try:
|
try:
|
||||||
self.manual = Markup(self.MANUAL_MAP[os])
|
self.manual = Markup(self.MANUAL_MAP[os])
|
||||||
except KeyError:
|
except KeyError:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user