mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-21 08:03:24 +02:00
Fix #532
This commit is contained in:
parent
def450837e
commit
6cf529b5da
1 changed files with 2 additions and 0 deletions
|
|
@ -65,7 +65,9 @@ def _check_symlinks_prescript():
|
|||
if os.path.lexists(l):
|
||||
os.remove(l)
|
||||
print 'Creating link:', l, '->', s
|
||||
omask = os.umask(022)
|
||||
os.symlink(s, l)
|
||||
os.umask(omask)
|
||||
"""
|
||||
|
||||
dest_path = %(dest_path)s
|
||||
|
|
|
|||
Loading…
Reference in a new issue