mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 02:53:38 +02:00
Merge branch 'mathjax' of https://github.com/eli-schwartz/calibre
This commit is contained in:
commit
09345a964f
1 changed files with 1 additions and 1 deletions
|
|
@ -259,7 +259,7 @@ def install_files(self):
|
|||
if os.path.exists(dest):
|
||||
shutil.rmtree(dest)
|
||||
self.info('Installing resources to', dest)
|
||||
shutil.copytree(self.RESOURCES, dest)
|
||||
shutil.copytree(self.RESOURCES, dest, symlinks=True)
|
||||
self.manifest.append(dest)
|
||||
|
||||
def success(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue