summaryrefslogtreecommitdiffhomepage
path: root/subr
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2017-02-01 14:37:08 +0000
committerLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2017-02-01 14:37:08 +0000
commit9e1b3c3ab6b6987e397f1bc82c9eb8545d1416a5 (patch)
treef7bf337024d77c999fa1e26256c0153acbb7e658 /subr
parent29bc10c1dd52f52dfa9207c2c84a37b6730ef70c (diff)
downloadmidipix_build-9e1b3c3ab6b6987e397f1bc82c9eb8545d1416a5.tar.bz2
midipix_build-9e1b3c3ab6b6987e397f1bc82c9eb8545d1416a5.tar.xz
subr/post_tarballs.subr: fix typos.
Diffstat (limited to 'subr')
-rw-r--r--subr/post_tarballs.subr2
1 files changed, 1 insertions, 1 deletions
diff --git a/subr/post_tarballs.subr b/subr/post_tarballs.subr
index 12e39401..019af747 100644
--- a/subr/post_tarballs.subr
+++ b/subr/post_tarballs.subr
@@ -85,7 +85,7 @@ post_tarballs() {
*) log_msg failexit "Unknown tarball suffix \`.${TARBALL_SUFFIX}'.";
esac;
cd ${PREFIX}; PREFIX_BASENAME=${PREFIX_NATIVE##*/};
- post_tarball_dist; post_tarball_toolchain; post_tarball_minipix;
+ postp_tarball_dist; postp_tarball_toolchain; postp_tarball_minipix;
if [ "${BUILD}" = "debug" ]; then
post_tarball_src;
fi;