summaryrefslogtreecommitdiffhomepage
path: root/build.sh
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2017-09-06 16:23:29 +0200
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2017-09-06 16:23:29 +0200
commit378facbd9fd64c357a7a38c0130893e3b807ff71 (patch)
treece7289e1b77414dc7dd0c6fca8acdd74694a3122 /build.sh
parentd080d13396454fe3871f393bf442d3e157c7d2e0 (diff)
downloadmidipix_build-378facbd9fd64c357a7a38c0130893e3b807ff71.tar.bz2
midipix_build-378facbd9fd64c357a7a38c0130893e3b807ff71.tar.xz
build.sh, subr/{post_strip,pkg_{install_pre,strip}.subr: strip(1) after install for each package to save disk space.
vars/build.vars, vars/install_....vars: install coreutils_flavour_minipix w/ newly added ${TARGET}-install-strip to save disk space.
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 8eb7b541..63988597 100755
--- a/build.sh
+++ b/build.sh
@@ -132,7 +132,7 @@ for BUILD_TARGET_LC in $(subst_tgts invariants ${BUILD_TARGETS_META:-world}); do
fi;
done;
if [ "${BUILD_SCRIPT_RC:-0}" -eq 0 ]; then
- post_copy_etc; post_strip; post_sha256sums; post_tarballs;
+ post_copy_etc; post_sha256sums; post_tarballs;
fi;
post_build_files;
log_msg info "${BUILD_NFINI} finished, ${BUILD_NSKIP} skipped, and ${BUILD_NFAIL} failed builds in ${BUILD_NBUILT} build script(s).";