Lines Matching refs:binpkgfile
108 if ${cleanup_must_delete_binpkgfile:-false} && [ -e "${binpkgfile}" ]
110 echo >&2 "${prog}: deleting partially-created ${binpkgfile}"
111 rm -f "${binpkgfile}"
892 ${GZIP_CMD} -9n <"${tarball_uncompressed}" >"${binpkgfile}" || bomb
896 echo " Packaged ${binpkgfile}"
898 echo " Packaged ${binpkgfile##*/}"
1002 # If binpkgfile already exists, that might be an error, depending on
1007 [ -n "${binpkgfile}" ] || bomb
1012 rm -f "${binpkgfile}"
1038 if [ -e "${binpkgfile}" ]; then
1046 # than ${binpkgfile}, then do nothing.
1050 -newer "${binpkgfile}" -print)" \
1072 binpkgfile="${binpkgdir}/${pkg}-${t}.tgz"