Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(345)

Unified Diff: lib/naclports/source_package.py

Issue 1279413002: Remove execute bit from binaries install in the toolchain (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/naclports/binary_package.py ('k') | lib/naclports/tests/test_binary_package.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/naclports/source_package.py
diff --git a/lib/naclports/source_package.py b/lib/naclports/source_package.py
index a2e9c62a9bc8f538b628f6051ad8ef06a8e8540e..151e289ecaf234aa21ebba4c1e0ce5b9b92c628d 100644
--- a/lib/naclports/source_package.py
+++ b/lib/naclports/source_package.py
@@ -282,7 +282,7 @@ class SourcePackage(package.Package):
installed_pkg.LogStatus('Uninstalling existing')
installed_pkg.DoUninstall()
- binary_package.BinaryPackage(package_file).Install()
+ binary_package.BinaryPackage(package_file).Install(force)
def GetInstalledPackage(self):
return package.CreateInstalledPackage(self.NAME, self.config)
« no previous file with comments | « lib/naclports/binary_package.py ('k') | lib/naclports/tests/test_binary_package.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698