wrapper: move env var name to constants.WRAPPER_ENV_VAR

This commit is contained in:
InsanePrawn 2022-09-24 05:22:27 +02:00
parent c726541967
commit 96ead1ec21
2 changed files with 3 additions and 2 deletions

View file

@ -155,6 +155,7 @@ WRAPPER_TYPES = [
'none',
'docker',
]
WRAPPER_ENV_VAR = 'KUPFERBOOTSTRAP_WRAPPED'
MAKEPKG_CMD = [
'makepkg',