index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Sébastien Luttringer <seblu@seblu.net> | 2017-09-06 23:27:50 +0200 |
---|---|---|
committer | Sébastien Luttringer <seblu@seblu.net> | 2017-09-11 21:21:51 +0200 |
commit | fecf107c37062323cf77e08be7d2192e05cb6255 (patch) | |
tree | aa0f1fd6cf9ec965b9b1acf8fd225e0a6a2e34a8 | |
parent | bd826752c9dc8f01917ee831302b6220ad09603a (diff) |
-rw-r--r-- | arch-nspawn.in | 1 |
diff --git a/arch-nspawn.in b/arch-nspawn.in index 0cdaf6b..5205bf4 100644 --- a/arch-nspawn.in +++ b/arch-nspawn.in @@ -113,6 +113,7 @@ eval "$(grep '^CARCH=' "$working_dir/etc/makepkg.conf")" exec ${CARCH:+setarch "$CARCH"} systemd-nspawn -q \ -D "$working_dir" \ + -E "PATH=/usr/local/sbin:/usr/local/bin:/usr/bin" \ --register=no --keep-unit \ "${mount_args[@]}" \ "$@" |