index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Tasos Sahanidis <tasos@tasossah.com> | 2024-03-01 15:13:09 +0200 |
---|---|---|
committer | Tasos Sahanidis <tasos@tasossah.com> | 2024-03-01 15:13:09 +0200 |
commit | 8b8460731ddff4e6f6c3c9783770bdef04aa7b23 (patch) | |
tree | 01cc86cfc2d9ef574205af02eeb53a1822cddda1 /src | |
parent | 7ed3d9512b1d2330bbcf265b24e8e845a6a83eca (diff) |
-rw-r--r-- | src/makechrootpkg.in | 2 |
diff --git a/src/makechrootpkg.in b/src/makechrootpkg.in index aac7a0b..57a5d23 100644 --- a/src/makechrootpkg.in +++ b/src/makechrootpkg.in @@ -46,6 +46,7 @@ usage() { echo ' end-of-options marker (--) will be passed to makepkg.' echo '' echo ' The chroot dir consists of the following directories:' + echo ' The chroot dir consists of the following directories:' echo ' <chrootdir>/{root, copy} but only "root" is required' echo ' by default. The working copy will be created as needed' echo '' @@ -222,6 +223,7 @@ _chrootbuild() { sudo --preserve-env=SOURCE_DATE_EPOCH \ --preserve-env=BUILDTOOL \ --preserve-env=BUILDTOOLVER \ + --preserve-env=CARGO_REGISTRIES_CRATES_IO_PROTOCOL \ -iu builduser bash -c 'cd /startdir; makepkg "$@"' -bash "$@" ret=$? case $ret in |