mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merge branch 'mathjax' of https://github.com/eli-schwartz/calibre
This commit is contained in:
commit
09345a964f
@ -259,7 +259,7 @@ class Install(Develop):
|
|||||||
if os.path.exists(dest):
|
if os.path.exists(dest):
|
||||||
shutil.rmtree(dest)
|
shutil.rmtree(dest)
|
||||||
self.info('Installing resources to', dest)
|
self.info('Installing resources to', dest)
|
||||||
shutil.copytree(self.RESOURCES, dest)
|
shutil.copytree(self.RESOURCES, dest, symlinks=True)
|
||||||
self.manifest.append(dest)
|
self.manifest.append(dest)
|
||||||
|
|
||||||
def success(self):
|
def success(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user