diff options
author | Brent Eagles <brent@zeroc.com> | 2005-03-08 18:24:38 +0000 |
---|---|---|
committer | Brent Eagles <brent@zeroc.com> | 2005-03-08 18:24:38 +0000 |
commit | 07a1160a9c08c02d813b1b1eae85f0b9298d1d88 (patch) | |
tree | b4f2bc82799d0046e30bcee2b3fed6d829f3168a /cpp/RPMTools.py | |
parent | Fix (diff) | |
download | ice-07a1160a9c08c02d813b1b1eae85f0b9298d1d88.tar.bz2 ice-07a1160a9c08c02d813b1b1eae85f0b9298d1d88.tar.xz ice-07a1160a9c08c02d813b1b1eae85f0b9298d1d88.zip |
The Ice CS demos will not build if we remove the assemblies from the bin
directory
Diffstat (limited to 'cpp/RPMTools.py')
-rw-r--r-- | cpp/RPMTools.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/RPMTools.py b/cpp/RPMTools.py index 239260bf5b8..998bc4a57c1 100644 --- a/cpp/RPMTools.py +++ b/cpp/RPMTools.py @@ -113,7 +113,6 @@ class Package: for perm, f in self.filelist: if perm == "dll": ofile.write('gacutil -i ' + f + ' > /dev/null\n') - ofile.write('rm ' + f + '\n') ofile.write('\n') def writePostUninstall(self, ofile, version, intVersion, installDir): |