summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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;
};