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

Unified Diff: src/platform/chrome/debian/rules

Issue 555027: Maintainer script for flash ++ (Closed)
Patch Set: Make a proper plugins directory for chrome Created 10 years, 11 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 | « src/platform/chrome/debian/links ('k') | src/scripts/install_packages.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/chrome/debian/rules
diff --git a/src/platform/chrome/debian/rules b/src/platform/chrome/debian/rules
index 36645c8881393bf284c9b855d8f66f0e02928b1d..bbfe28ce90f81d3465c3252c25f065b97be21adb 100755
--- a/src/platform/chrome/debian/rules
+++ b/src/platform/chrome/debian/rules
@@ -20,6 +20,7 @@ override_dh_auto_install:
unzip $(CURDIR)/chrome-chromeos.zip
# We may need to rename .../chrome-linux to chrome-chromeos
mv $(CURDIR)/chrome-linux $(CURDIR)/chrome-chromeos || true
+ mkdir $(CURDIR)/chrome-chromeos/plugins
mv $(CURDIR)/chrome-chromeos \
$(CURDIR)/debian/chromeos-chrome/opt/google/chrome
« no previous file with comments | « src/platform/chrome/debian/links ('k') | src/scripts/install_packages.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698