summaryrefslogtreecommitdiffhomepage
path: root/subr/post_tarballs.subr
diff options
context:
space:
mode:
Diffstat (limited to 'subr/post_tarballs.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 739acdd9..d55d2a41 100644
--- a/subr/post_tarballs.subr
+++ b/subr/post_tarballs.subr
@@ -84,7 +84,7 @@ post_tarballs() {
TARBALL_COMPRESS_ARGS="-T0"; ;;
*) log_msg failexit "Unknown tarball suffix \`.${TARBALL_SUFFIX}'.";
esac;
- cd ${PREFIX}; PREFIX_BASENAME=${PREFIX_NATIVE##*/};
+ build_fileop cd ${PREFIX}; PREFIX_BASENAME=${PREFIX_NATIVE##*/};
postp_tarball_dist; postp_tarball_toolchain; postp_tarball_minipix;
if [ "${BUILD}" = "debug" ]; then
postp_tarball_src;