mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-21 20:18:00 +01:00
derp
Signed-off-by: Mattias Andrée <maandree@operamail.com>
This commit is contained in:
parent
885c3bfa83
commit
91a26358a5
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -814,6 +814,7 @@ class Setup():
|
|||
if validatehook is not None:
|
||||
if not validatehook(source):
|
||||
print('Ignoring installation of file %s (did not pass validation process made by setup settings)' % source)
|
||||
return
|
||||
if os.path.islink(source) and (self.linking != COPY) and os.path.isdir(os.path.realpath(source)):
|
||||
target = os.readlink(source)
|
||||
for dest in destinations:
|
||||
|
|
Loading…
Reference in a new issue