Skip to content

Commit

Permalink
makerepropkg: avoid competing redirects into the same makepkg.conf file
Browse files Browse the repository at this point in the history
  • Loading branch information
anthraxx committed Jul 17, 2021
1 parent 30ed692 commit 60e96c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makerepropkg.in
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ makechrootpkg -r "${buildroot}" -l "${chroot}" -- --packagelist || exit 1
done
printf 'OPTIONS=(%s)\n' "${buildopts[*]@Q}"
printf 'BUILDENV=(%s)\n' "${buildenv[*]@Q}"
} >> "${buildroot}/${chroot}"/etc/makepkg.conf >> "${buildroot}/${chroot}"/etc/makepkg.conf
} >> "${buildroot}/${chroot}"/etc/makepkg.conf
install -d -o "${SUDO_UID:-$UID}" -g "$(id -g "${SUDO_UID:-$UID}")" "${buildroot}/${chroot}/${BUILDDIR}"

# kick off the build
Expand Down

0 comments on commit 60e96c9

Please sign in to comment.