summaryrefslogtreecommitdiffhomepage
path: root/build.sh
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-03-07 15:57:34 +0000
committerLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-03-07 15:57:34 +0000
commit960d2e87b9170fe28c5bce92723ba0d7904cd10e (patch)
treeef8a99a77d5630cd303755960c1d381ece978472 /build.sh
parentca303129ab9b7005c5f69f9aa9d10934c9dc2f5f (diff)
downloadmidipix_build-960d2e87b9170fe28c5bce92723ba0d7904cd10e.tar.bz2
midipix_build-960d2e87b9170fe28c5bce92723ba0d7904cd10e.tar.xz
- Make the midipix shell window shell script less useless.
It now defaults to "/c/Midipix /z" if no arguments are specified. - Include midipix.sh in distribution tarball.
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index d19fab41..a4be77ed 100755
--- a/build.sh
+++ b/build.sh
@@ -109,7 +109,7 @@ if [ $(( ${BUILD_NFINI} + ${BUILD_NSKIP} )) -ge 0 ] \
log_msg info "Converted symbolic links in ${PREFIX_BASENAME}/lib to hard links.";
tar -cJpf ${TARBALL_FNAME_PREFIX}${BUILD_USER}@${BUILD_HNAME}-${BUILD_DATE_START}.tar.xz\
$(find_with_no_paths "${TARBALL_EXCLUDE_PATHS} native/lib.bak" . \
- -mindepth 1 -maxdepth 2 -type d -not -path ./native);
+ -mindepth 1 -maxdepth 2 -type d -not -path ./native) midipix.sh;
log_msg info "Finished building distribution tarball.";
rm -rf ${PREFIX_BASENAME}/lib; mv ${PREFIX_BASENAME}/lib.bak ${PREFIX_BASENAME}/lib;
log_msg info "Restored ${PREFIX_BASENAME}/lib.";