summaryrefslogtreecommitdiff
path: root/configs/releng/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'configs/releng/build.sh')
-rwxr-xr-xconfigs/releng/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/releng/build.sh b/configs/releng/build.sh
index a87f494..10ca01f 100755
--- a/configs/releng/build.sh
+++ b/configs/releng/build.sh
@@ -279,10 +279,10 @@ done
mkdir -p "${work_dir}"
run_once make_pacman_conf
-run_once make_custom_airootfs
# Do all stuff for each airootfs
for arch in i686 x86_64; do
+ run_once make_custom_airootfs
run_once make_packages
done