File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -40,10 +40,11 @@ build-upstream version:
4040
4141 # Download and extract upstream Valgrind
4242 mkdir -p / tmp/ valgrind-upstream
43- cd / tmp/ valgrind-upstream
44- rm -rf valgrind-{{ version }} *
45- wget -q https:// sourceware.org/ pub/ valgrind/ valgrind-{{ version }} .tar.bz2
46- tar -xjf valgrind-{{ version }} .tar.bz2
43+ rm -rf / tmp/ valgrind-upstream/ valgrind-{{ version }} *
44+ wget -q -O / tmp/ valgrind-upstream/ valgrind-{{ version }} .tar.bz2 \
45+ https:// sourceware.org/ pub/ valgrind/ valgrind-{{ version }} .tar.bz2
46+ tar -xjf / tmp/ valgrind-upstream/ valgrind-{{ version }} .tar.bz2 \
47+ - C / tmp/ valgrind-upstream
4748
48- # Build and install using absolute path
49+ # Build and install using build-in
4950 just build-in " /tmp/valgrind-upstream/valgrind-{{ version }} "
You can’t perform that action at this time.
0 commit comments