From 8f65e1fde84a8357960aedfc64357005d726ac7e Mon Sep 17 00:00:00 2001 From: CyberLeo Date: Sun, 20 Feb 2011 17:23:10 -0600 Subject: [PATCH] script/makepkg: default to current arch; comment clarification --- script/makepkg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/makepkg b/script/makepkg index 0502ce2..9deb7db 100755 --- a/script/makepkg +++ b/script/makepkg @@ -480,7 +480,7 @@ chport() { # ######## -ARCH="${ARCH:-i386}" +ARCH="${ARCH:-$(uname -m)}" CONF="${CONF:-GENERIC}" # Root directory of makepkg @@ -508,7 +508,7 @@ conf_dir="${base_dir}/config" # Root tree for chroot seeding seed_dir="${world_dir}/root" -# Directory where distfiles will be stored between builds (common to all configs) +# Directory where distfiles will be stored between builds (common to all targets) dist_dir="${ROOT}/seed/distfiles" # Final directory for built packages (Outside chroot) -- 2.42.0