Backed out changeset 6134b92d1b08 (bug 1277483)

This commit is contained in:
Carsten "Tomcat" Book
2016-06-07 11:46:16 +02:00
parent a7af8ce33a
commit 5d4e7756d7
2 changed files with 2 additions and 3 deletions

View File

@@ -85,7 +85,7 @@ def may_strip(path):
Return whether strip() should be called
'''
from buildconfig import substs
return not substs.get('PKG_SKIP_STRIP')
return not substs['PKG_SKIP_STRIP']
def strip(path):