index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-06-06 13:58:02 -0600 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-06-06 13:58:02 -0600 |
commit | c2a75424db117c90d4662d4970fafc4c04910666 (patch) | |
tree | 2760753e0dbeeeaddeed91ad9da368608a11c29c /makechrootpkg.in | |
parent | b04dc724f01f47107b31b791950d22c27aca7d9b (diff) | |
parent | f5ef88ec591efa169c927e3a9d80386a59d60568 (diff) |
-rw-r--r-- | makechrootpkg.in | 4 |
diff --git a/makechrootpkg.in b/makechrootpkg.in index 8f07dc1..78e3894 100644 --- a/makechrootpkg.in +++ b/makechrootpkg.in @@ -385,10 +385,10 @@ $update_first && arch-nspawn "$copydir" \ [[ -n ${install_pkgs[*]} ]] && install_packages -prepare_chroot - download_sources +prepare_chroot + if arch-nspawn "$copydir" \ --bind-ro="$PWD:/startdir_host" \ --bind-ro="$SRCDEST:/srcdest_host" \ |