diff options
author | Lucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de> | 2016-06-22 14:53:17 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de> | 2016-06-22 14:53:17 +0000 |
commit | d5465d31a8d9b10494bdc6a80f9ab3e6689fdda6 (patch) | |
tree | 9db65e4a3738be281e1fd093c7924f59557c0e67 | |
parent | 5c077d55e010af57b44df4b9e0311cb8a1aabae5 (diff) | |
download | midipix_build-d5465d31a8d9b10494bdc6a80f9ab3e6689fdda6.tar.bz2 midipix_build-d5465d31a8d9b10494bdc6a80f9ab3e6689fdda6.tar.xz |
Include README in tarballs.
-rw-r--r-- | 999.tarballs.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/999.tarballs.build b/999.tarballs.build index 11b47e62..a25a4c28 100644 --- a/999.tarballs.build +++ b/999.tarballs.build @@ -34,7 +34,7 @@ log_msg info "Converted symbolic links in ${PREFIX_BASENAME}/lib to hard links." tar -cpf - $(find_with_no_paths "${TARBALL_EXCLUDE_PATHS} native/lib.bak" . \ -mindepth 1 -maxdepth 2 -type d -not -path ./native) \ - "Create \`Midipix mintty shell' shortcut.vbs" midipix.sh |\ + "Create \`Midipix mintty shell' shortcut.vbs" midipix.sh README |\ ${TARBALL_COMPRESS_CMD} -c > ${TARBALL_FNAME}; log_msg info "Finished building binary distribution tarball."; if [ -x "$(which gpg 2>/dev/null)" -a -n "${TARBALL_SIGN_GPG_KEY}" ] &&\ |