diff --git a/setup.py b/setup.py index 25a7608..18e734a 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ except ImportError: from urllib import urlretrieve -version = '1.0.0' +version = '1.0.1' class pushd(object): @@ -67,7 +67,7 @@ def run(self): ) self.announce('Found patchelf at {}'.format(output.strip()), log.INFO) - self.found_patchelf = False#True + self.found_patchelf = True except: self.announce('patchelf not found', log.INFO) self.found_patchelf = False