Skip to content

Commit 206304c

Browse files
authored
Merge pull request aurutils#1225 from aurutils/chroot-preserve-makeflags
chroot: preserve `SRCPKGDEST`, `MAKEFLAGS`, `PACKAGER`
2 parents ab98d1d + b4ec36f commit 206304c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pacman/aur-chroot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ unset auth_args
200200
AUR_PACMAN_AUTH=${AUR_PACMAN_AUTH:-sudo}
201201

202202
case $AUR_PACMAN_AUTH in
203-
sudo) auth_args+=('--preserve-env=GNUPGHOME,SSH_AUTH_SOCK,SRCDEST,PKGDEST,LOGDEST') ;;
203+
sudo) auth_args+=('--preserve-env=SRCDEST,SRCPKGDEST,PKGDEST,LOGDEST,MAKEFLAGS,PACKAGER,GNUPGHOME,SSH_AUTH_SOCK') ;;
204204
esac
205205

206206
# bind mount file:// paths to container (#461)

0 commit comments

Comments
 (0)