From a71dafe899ca457dd239fd9d45011dbd02bece66 Mon Sep 17 00:00:00 2001 From: Lucio Andrés Illanes Albornoz (arab, vxp) Date: Nov 30 2017 20:54:41 +0000 Subject: vars/dist_tarballs.vars:pkgp_dist_tarball_src(): exclude {ntctty,psxscl,ptycon}. --- 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}" ] && \