mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-06-25 09:58:21 -04:00
wrapper: move env var name to constants.WRAPPER_ENV_VAR
This commit is contained in:
parent
c726541967
commit
96ead1ec21
2 changed files with 3 additions and 2 deletions
|
@ -155,6 +155,7 @@ WRAPPER_TYPES = [
|
|||
'none',
|
||||
'docker',
|
||||
]
|
||||
WRAPPER_ENV_VAR = 'KUPFERBOOTSTRAP_WRAPPED'
|
||||
|
||||
MAKEPKG_CMD = [
|
||||
'makepkg',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue