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

Unified Diff: sys-apps/baselayout/baselayout-2.0.1-r200.ebuild

Issue 6469078: Remove /mnt/partner_partition (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/chromiumos-overlay.git@master
Patch Set: rebase Created 9 years, 10 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 | « no previous file | sys-apps/baselayout/baselayout-2.0.1-r211.ebuild » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sys-apps/baselayout/baselayout-2.0.1-r200.ebuild
diff --git a/sys-apps/baselayout/baselayout-2.0.1-r200.ebuild b/sys-apps/baselayout/baselayout-2.0.1-r200.ebuild
index d339305a841aa72a6ffa4a7bbc5a3b5102cc4564..e2fa0bc1a4a97e446ae9c70153c549b8bfdeeda5 100644
--- a/sys-apps/baselayout/baselayout-2.0.1-r200.ebuild
+++ b/sys-apps/baselayout/baselayout-2.0.1-r200.ebuild
@@ -125,7 +125,7 @@ pkg_postinst() {
# Some default directories. These are created here rather than at
# install because some of them may already exist and have mounts.
- for x in /dev /home /media /mnt/partner_partition \
+ for x in /dev /home /media \
/mnt/stateful_partition /proc /root /sys /var/lock; do
[ -d "${ROOT}/$x" ] && continue
install -d --mode=0755 --owner=root --group=root "${ROOT}/$x"
« no previous file with comments | « no previous file | sys-apps/baselayout/baselayout-2.0.1-r211.ebuild » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698