diff options
author | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2021-01-06 20:58:49 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2021-01-06 20:58:49 +0000 |
commit | 6ab6875b4744882512954ae49daf2ded653e58aa (patch) | |
tree | 6a18484bbbad089ae801d861b075652af379da51 /subr | |
parent | ac06c461c99f36486c782018ba0646fa068974c7 (diff) | |
download | midipix_build-6ab6875b4744882512954ae49daf2ded653e58aa.tar.bz2 midipix_build-6ab6875b4744882512954ae49daf2ded653e58aa.tar.xz |
etc/README.md: updated.
Diffstat (limited to 'subr')
-rw-r--r-- | subr/ex_pkg.subr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subr/ex_pkg.subr b/subr/ex_pkg.subr index 317bd725..e07d4dac 100644 --- a/subr/ex_pkg.subr +++ b/subr/ex_pkg.subr @@ -79,7 +79,7 @@ ex_pkg_load_dump() { local _pkg_name="${1}" _workdir="${2}" _rc=0; _status=""; if [ ! -e "${_workdir}/${_pkg_name}.dump" ]; then rtl_log_msg warning "Warning: failed to locate environment dump for package \`%s' in \`%s'." "${_pkg_name}" "${_workdir}"; - rtl_log_msg info "Rebuilding package \`%s' w/ --dump-in _build..." "${_pkg_name}"; + rtl_log_msg info "Rebuilding package \`%s' w/ --dump-in build..." "${_pkg_name}"; (export ARCH BUILD_KIND BUILD_DLCACHEDIR BUILD_WORKDIR \ PREFIX PREFIX_CROSS PREFIX_MINGW32 PREFIX_MINIPIX \ PREFIX_NATIVE PREFIX_ROOT PREFIX_RPM; |