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

Unified Diff: src/scripts/build_image

Issue 1026002: Fix xterm (Closed)
Patch Set: Created 10 years, 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/scripts/build_image
diff --git a/src/scripts/build_image b/src/scripts/build_image
index a0e7e4aa02da25bd5b1d141221bea3e19a1ea8fe..edc0429fd8b58154913e9bb6e9d591a51d913147 100755
--- a/src/scripts/build_image
+++ b/src/scripts/build_image
@@ -308,7 +308,10 @@ if [ $FLAGS_statefuldev -eq $FLAGS_TRUE ] ; then
sudo unlink "$DEV_IMAGE_ROOT/usr/local"
sudo ln -s "/usr/local/lib" "$DEV_IMAGE_ROOT/usr/lib64"
- sudo ln -s "/usr/local" "$DEV_IMAGE_ROOT/usr/local"
+ sudo ln -s "/usr/local" "$DEV_IMAGE_ROOT/usr/local"
+
+ #TODO(sosa@chromium.org) - /usr/bin/xterm symlink not created in stateful.
+ sudo ln -sf "/usr/local/bin/aterm" "/usr/bin/xterm"
fi
# Perform any customizations on the root file system that are needed.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698