diff --git a/vars/dist_tarballs.vars b/vars/dist_tarballs.vars index dcb6a8d..dd06c71 100644 --- a/vars/dist_tarballs.vars +++ b/vars/dist_tarballs.vars @@ -52,12 +52,9 @@ pkgp_dist_tarball_src() { ex_log_msg info "Building source tarball..."; tar -cpf - $(find tmp -mindepth 2 -maxdepth 2 \ -not -path tmp/.\* \ - -not -path tmp/ntctty\*/ntctty/.git \ - -not -path tmp/psxscl\*/psxscl/.git \ - -not -path tmp/ptycon\*/ptycon/.git \ - -not -path tmp/ntctty\*.log \ - -not -path tmp/psxscl\*.log \ - -not -path tmp/ptycon\*.log) |\ + -not -path tmp/ntctty\* \ + -not -path tmp/psxscl\* \ + -not -path tmp/ptycon\*) |\ "${TARBALL_COMPRESS_CMD}" ${TARBALL_COMPRESS_ARGS} -c > "${TARBALL_SRC_FNAME}"; ex_log_msg info "Finished building source tarball."; if [ -x "$(which gpg 2>/dev/null)" -a -n "${TARBALL_SIGN_GPG_KEY}" ] && \