Repository: qpid-proton
Updated Branches:
  refs/heads/0.10.x c8df68440 -> 6846ddedb


NO-JIRA: update tar.gz creation to avoid the initial '.' in the archive paths

(cherry picked from commit 9e5db4183a034cec23a5aed3cde31e79bce07f1f)


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/6846dded
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/6846dded
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/6846dded

Branch: refs/heads/0.10.x
Commit: 6846ddedb59b7042d55d7df1d80a562ae188d6bc
Parents: c8df684
Author: Robert Gemmell <[email protected]>
Authored: Wed Aug 5 11:42:50 2015 +0100
Committer: Robert Gemmell <[email protected]>
Committed: Wed Aug 5 11:43:39 2015 +0100

----------------------------------------------------------------------
 bin/export.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/6846dded/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]

Reply via email to