correct prefix in .policy

This commit is contained in:
sezanzeb 2020-11-21 16:44:29 +01:00
parent 3ed2129eda
commit f0c0020190

View File

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