From 91a26358a5edd455408619d5c0df71ce62c716bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Andr=C3=A9e?= Date: Sat, 22 Dec 2012 01:04:34 +0100 Subject: [PATCH] derp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 88646381..c932ed4d 100755 --- a/setup.py +++ b/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: