Backed out changeset 6134b92d1b08 (bug 1277483)
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user