mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
Fix #532
This commit is contained in:
parent
def450837e
commit
6cf529b5da
@ -65,7 +65,9 @@ for s, l in zip(scripts, links):
|
||||
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…
x
Reference in New Issue
Block a user