diff options
author | Steven Shaw <steshaw@apache.org> | 2006-11-23 18:53:41 +0000 |
---|---|---|
committer | Steven Shaw <steshaw@apache.org> | 2006-11-23 18:53:41 +0000 |
commit | 07c4ffe83617edc973121b41ab23d91be3333c9d (patch) | |
tree | a7251065a58508069f533edd858bd24d8d67ff45 /cpp | |
parent | 5e0409d748578b925a99b55ddb7b8890fab8234d (diff) | |
download | qpid-python-07c4ffe83617edc973121b41ab23d91be3333c9d.tar.gz |
Renamed (slightly) the rhel3 release tarball
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@478638 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rwxr-xr-x | cpp/release.client.rhel3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/release.client.rhel3 b/cpp/release.client.rhel3 index 7d66564542..f1f3b0fe88 100755 --- a/cpp/release.client.rhel3 +++ b/cpp/release.client.rhel3 @@ -11,7 +11,7 @@ else name=r${svnRevision} fi -name=qpid-cppclient-$name +name=qpid-cpp-client-$name dir=build/$name if [[ -d $dir ]]; then |