From 58d0ccc4f85c428e90f416a80359f6c0a3f91e47 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Sat, 3 Dec 2011 16:26:42 +1000 Subject: makearchroot: source /etc/profile before building This ensures the PATH used when building is the default path and not the value set by the user calling makechrootpkg. Signed-off-by: Allan McRae Signed-off-by: Pierre Schmitz --- makechrootpkg.in | 1 + 1 file changed, 1 insertion(+) diff --git a/makechrootpkg.in b/makechrootpkg.in index 8a4b143..c5d57e5 100644 --- a/makechrootpkg.in +++ b/makechrootpkg.in @@ -264,6 +264,7 @@ echo 'LANG=C' > "$copydir/etc/locale.conf" # working copy cat >"$copydir/chrootbuild" <