summaryrefslogtreecommitdiffhomepage
path: root/build.sh
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-02-27 19:48:19 +0100
committerLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-02-27 19:48:19 +0100
commit91f6c123626bdc3badd29bbd59566344cd9dff48 (patch)
treea1edf8c72f1be726ee4412f7a003ba1671204f28 /build.sh
parent2dd87fe03376618bf1aaea316ce5fa94ed841614 (diff)
downloadmidipix_build-91f6c123626bdc3badd29bbd59566344cd9dff48.tar.bz2
midipix_build-91f6c123626bdc3badd29bbd59566344cd9dff48.tar.xz
- Followup to b947460aacf5861255b5d7f1e521b0daf30b3b11.
- Set V=99 when building util-linux.
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index 0f8af1d6..239a5100 100755
--- a/build.sh
+++ b/build.sh
@@ -76,8 +76,8 @@ for BUILD_LVL in 0 1 2 3; do
PKG_FNAME=${PKG_URL##*/};
PKG_SUBDIR=${PKG_FNAME%%.tar*};
fi;
- BUILD_DEBUG_TARBALL_FNAME=${PREFIX}/midipix-debug-${BUILD_USER}@${BUILD_HNAME}_$(date %Y-%m-%d-%H-%M-%S);
- tar -C ${PREFIX} -cpf - build.log ${WORKDIR#${PREFIX}/}/${PKG_SUBDIR} |\
+ BUILD_DEBUG_TARBALL_FNAME=${PREFIX}/midipix-debug-${BUILD_USER}@${BUILD_HNAME}_$(date %Y-%m-%d-%H-%M-%S).tar.bz2;
+ tar -C ${PREFIX} -cpf - build.log $(cd ${PREFIX} && find ${WORKDIR#${PREFIX}/} -mindepth 1 -maxdepth 1 -type d -iname ${PKG_SUBDIR}-*) |\
bzip2 -c - > ${BUILD_DEBUG_TARBALL_FNAME};
log_msg info "Please upload ${BUILD_DEBUG_TARBALL_FNAME} and provide an URL to it in <irc://irc.freenode.net/midipix>.";
exit 1;