Commit 4af34cdc33d6a287b793c9c697ccf515dff34dad
1 parent
5ad6b568
Exists in
master
and in
39 other branches
export HOME before call chroot
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
ci/build_rpm.sh
... | ... | @@ -16,5 +16,5 @@ sudo cp ci/softwarepublico.key /tmp/centos-7/etc/yum.repos.d/ |
16 | 16 | |
17 | 17 | sudo chroot /tmp/centos-7/ yum install rpm-build |
18 | 18 | sudo chroot /tmp/centos-7/ yum install python-virtualenv colab-deps |
19 | -sudo chroot /tmp/centos-7/ HOME=/root rpmbuild -ba /root/rpmbuild/SPECS/colab.spec | |
19 | +sudo HOME=/root chroot /tmp/centos-7/ rpmbuild -ba /root/rpmbuild/SPECS/colab.spec | |
20 | 20 | ... | ... |