summaryrefslogtreecommitdiffhomepage
path: root/subr
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2017-02-01 16:21:49 +0000
committerLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2017-02-01 16:21:49 +0000
commit6e09242cfb1a657fc5bad316571dcfeeb5b5608e (patch)
tree8d98b3aed395980ed4e3bb8327ea49504f2d9660 /subr
parent9e1b3c3ab6b6987e397f1bc82c9eb8545d1416a5 (diff)
downloadmidipix_build-6e09242cfb1a657fc5bad316571dcfeeb5b5608e.tar.bz2
midipix_build-6e09242cfb1a657fc5bad316571dcfeeb5b5608e.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 019af747..739acdd9 100644
--- a/subr/post_tarballs.subr
+++ b/subr/post_tarballs.subr
@@ -87,7 +87,7 @@ post_tarballs() {
cd ${PREFIX}; PREFIX_BASENAME=${PREFIX_NATIVE##*/};
postp_tarball_dist; postp_tarball_toolchain; postp_tarball_minipix;
if [ "${BUILD}" = "debug" ]; then
- post_tarball_src;
+ postp_tarball_src;
fi;
fi;
};