summaryrefslogtreecommitdiff
path: root/cpp/makedist.py
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2007-02-06 22:53:46 +0000
committerBernard Normier <bernard@zeroc.com>2007-02-06 22:53:46 +0000
commit23144e613dcbd9a72a70dfa784b7eda02933df8c (patch)
tree281d9c290efa044c0ad57401dfab46245b64b257 /cpp/makedist.py
parentminor fix (diff)
downloadice-23144e613dcbd9a72a70dfa784b7eda02933df8c.tar.bz2
ice-23144e613dcbd9a72a70dfa784b7eda02933df8c.tar.xz
ice-23144e613dcbd9a72a70dfa784b7eda02933df8c.zip
Added README.RPM
Diffstat (limited to 'cpp/makedist.py')
-rwxr-xr-xcpp/makedist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/makedist.py b/cpp/makedist.py
index d60183594d2..438b252d7ea 100755
--- a/cpp/makedist.py
+++ b/cpp/makedist.py
@@ -254,7 +254,7 @@ if verbose:
else:
quiet = ""
os.system("tar c" + quiet + "f " + rpmbuildver + ".tar " +
- "-C ice/install -C rpm {icegridregistry,icegridnode,glacier2router}.{conf,suse,redhat} " +
+ "-C ice/install -C rpm {icegridregistry,icegridnode,glacier2router}.{conf,suse,redhat} README.RPM " +
"-C ../unix THIRD_PARTY_LICENSE.Linux README.Linux-RPM SOURCES.Linux " +
"-C ../thirdparty/php ice.ini")
os.system("gzip -9 " + rpmbuildver + ".tar")