Repository: qpid-proton Updated Branches: refs/heads/master 2e38d661a -> 9e5db4183
NO-JIRA: update tar.gz creation to avoid the initial '.' in the archive paths Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/9e5db418 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/9e5db418 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/9e5db418 Branch: refs/heads/master Commit: 9e5db4183a034cec23a5aed3cde31e79bce07f1f Parents: 2e38d66 Author: Robert Gemmell <[email protected]> Authored: Wed Aug 5 11:42:50 2015 +0100 Committer: Robert Gemmell <[email protected]> Committed: Wed Aug 5 11:42:50 2015 +0100 ---------------------------------------------------------------------- bin/export.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/9e5db418/bin/export.sh ---------------------------------------------------------------------- diff --git a/bin/export.sh b/bin/export.sh index c87d80d..4bad515 100755 --- a/bin/export.sh +++ b/bin/export.sh @@ -76,6 +76,6 @@ WORKDIR=$(mktemp -d) tar -c -z \ --owner=root --group=root --numeric-owner \ --mtime="${MTIME}" \ - -f ${ARCHIVE} . + -f ${ARCHIVE} ${PREFIX} echo "${ARCHIVE}" ) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
