Loading archbuild.in +3 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,9 @@ if ${clean_first} || [[ ! -d "${chroots}/${repo}-${arch}" ]]; then stat_done fi if [[ "$(stat -f -c %T "${copy}")" == btrfs ]]; then { type -P btrfs && btrfs subvolume delete "${copy}"; } &>/dev/null fi rm -rf --one-file-system "${copy}" done exec 9>&- Loading mkarchroot.in +4 −2 Original line number Diff line number Diff line Loading @@ -160,9 +160,11 @@ else mkdir -p "${working_dir}" fi if [[ "$(stat -f -c %T "${working_dir}")" == btrfs ]]; then if { type -P btrfs && btrfs subvolume create "${working_dir}"; } &>/dev/null; then chmod 0755 "${working_dir}" fi fi chroot_lock Loading Loading
archbuild.in +3 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,9 @@ if ${clean_first} || [[ ! -d "${chroots}/${repo}-${arch}" ]]; then stat_done fi if [[ "$(stat -f -c %T "${copy}")" == btrfs ]]; then { type -P btrfs && btrfs subvolume delete "${copy}"; } &>/dev/null fi rm -rf --one-file-system "${copy}" done exec 9>&- Loading
mkarchroot.in +4 −2 Original line number Diff line number Diff line Loading @@ -160,9 +160,11 @@ else mkdir -p "${working_dir}" fi if [[ "$(stat -f -c %T "${working_dir}")" == btrfs ]]; then if { type -P btrfs && btrfs subvolume create "${working_dir}"; } &>/dev/null; then chmod 0755 "${working_dir}" fi fi chroot_lock Loading