correct prefix in .policy

pull/14/head
sezanzeb 4 years ago
parent 3ed2129eda
commit f0c0020190

@ -41,7 +41,7 @@ class Install(DistUtilsExtra.auto.install_auto):
with open(policy_path, 'r') as f:
contents = f.read()
if not '{executable}':
if not '{executable}' in contents:
# already done previously
return

Loading…
Cancel
Save