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

Unified Diff: tools/valgrind/build-valgrind-for-chromium.sh

Issue 208027: Don't include symlink to /usr/share/autofoo-baz/install-sh in valgrind tarbal... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 3 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: tools/valgrind/build-valgrind-for-chromium.sh
===================================================================
--- tools/valgrind/build-valgrind-for-chromium.sh (Revision 26574)
+++ tools/valgrind/build-valgrind-for-chromium.sh (Arbeitskopie)
@@ -81,6 +81,13 @@
fi
sh autogen.sh
+ if test -L install-sh
+ then
+ # replace symlink with actual contents!
+ cp install-sh install-sh.new
+ mv install-sh.new install-sh
+ chmod +x install-sh
+ fi
# MacOSX before Snow Leopoard needs newer gdb to be able to handle -O1 chrome
# Kludgily download and unpack the sources in a subdirectory.
« 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