index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | bartoszek <bartoszek.github@bartus.33mail.com> | 2020-03-10 12:02:24 +0100 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2021-01-26 20:43:29 +0100 |
commit | 4f305aa31605de1171558edad58c413d2a47b5e7 (patch) | |
tree | 991e206369f9e0e3bb7d8fb2433085cdd2ee6a41 /makechrootpkg.in | |
parent | 09e169b7418319eadfc4eab83fbf2fcc459d536e (diff) |
-rw-r--r-- | makechrootpkg.in | 2 |
diff --git a/makechrootpkg.in b/makechrootpkg.in index bfa69be..9897eba 100644 --- a/makechrootpkg.in +++ b/makechrootpkg.in @@ -367,10 +367,10 @@ if arch-nspawn "$copydir" \ /chrootbuild "${makepkg_args[@]}" then mapfile -t pkgnames < <(sudo -u "$makepkg_user" bash -c 'source PKGBUILD; printf "%s\n" "${pkgname[@]}"') - move_products else (( ret += 1 )) fi +move_products (( temp_chroot )) && delete_chroot "$copydir" "$copy" |