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

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

Issue 445002: Switch to GPT partition format.
Patch Set: Address adlr comment Created 11 years 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
Index: src/platform/installer/debian/rules
diff --git a/src/platform/installer/debian/rules b/src/platform/installer/debian/rules
index 531be2c39882cc05b842c16e9118e4fa370728b4..368fb2c784a4d76bbdc68128d8344a5f0569d6ab 100755
--- a/src/platform/installer/debian/rules
+++ b/src/platform/installer/debian/rules
@@ -25,6 +25,8 @@ install:
dh_installdirs
cp $(CURDIR)/chromeos_install.sh \
$(CURDIR)/debian/chromeos-installer/usr/sbin/chromeos-install
+ cp $(CURDIR)/chromeos_install_functions.sh \
+ $(CURDIR)/debian/chromeos-installer/usr/sbin/
cp $(CURDIR)/postinst.sh \
$(CURDIR)/debian/chromeos-installer/usr/sbin/chromeos-postinst
ln -s /usr/sbin/chromeos-postinst \

Powered by Google App Engine
This is Rietveld 408576698