diff options
author | Morten Linderud <foxboron@archlinux.org> | 2018-12-21 23:06:18 +0100 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2019-01-22 01:29:06 +0100 |
commit | 7b095250030dd85684226a6191d739d2f04424a3 (patch) | |
tree | 2a68954a3f341f94aa9cf222fdd7c242acb64eeb /archbuild.in | |
parent | e9102b2ad84964cd826a63e0de605828e0528261 (diff) | |
download | devtools-7b095250030dd85684226a6191d739d2f04424a3.tar.gz devtools-7b095250030dd85684226a6191d739d2f04424a3.tar.xz |
Expand check_root keepenv variables
Les us source makepkg.conf settings from the environemnt. This also includes
`GNUPGHOME` which is present in `makechrootpkg`, but not included in archbuild.
Signed-off-by: Morten Linderud <foxboron@archlinux.org>
Diffstat (limited to 'archbuild.in')
-rw-r--r-- | archbuild.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archbuild.in b/archbuild.in index 1e5b582..bd5706d 100644 --- a/archbuild.in +++ b/archbuild.in @@ -39,7 +39,7 @@ while getopts 'hcr:' arg; do esac done -check_root SOURCE_DATE_EPOCH +check_root SOURCE_DATE_EPOCH,SRCDEST,SRCPKGDEST,PKGDEST,LOGDEST,MAKEFLAGS,PACKAGER,GNUPGHOME # Pass all arguments after -- right to makepkg makechrootpkg_args+=("${@:$OPTIND}") |