Skip to content
Snippets Groups Projects
Commit c9e287e8 authored by Luke Shumaker's avatar Luke Shumaker Committed by Bartłomiej Piotrowski
Browse files

arch-nspawn: make sure that makepkg.conf is always parsed as text

parent 48b2f8dc
No related branches found
No related tags found
No related merge requests found
......@@ -107,7 +107,7 @@ fi
build_mount_args
copy_hostconf
eval "$(grep '^CARCH=' "$working_dir/etc/makepkg.conf")"
eval "$(grep -a '^CARCH=' "$working_dir/etc/makepkg.conf")"
[[ -z $nosetarch ]] || unset CARCH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment