diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-08-16 09:06:16 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-08-25 23:15:08 -0400 |
| commit | 150b219eefbde9b6b43abfbd1379d762091f7bad (patch) | |
| tree | 8ce2708ef2e5fed8e3519905e347ee8d725449a7 /static | |
| parent | 24057524ecd3a252182f9981cfa473f5bbb059fd (diff) | |
add --keep-non-patch to Vanadium git am command
Diffstat (limited to 'static')
| -rw-r--r-- | static/build.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/build.html b/static/build.html index cfea8359..c0a963c8 100644 --- a/static/build.html +++ b/static/build.html @@ -849,7 +849,7 @@ gclient sync -D --with_branch_heads --with_tags --jobs 32</pre> <p>Apply the GrapheneOS patches on top of the tagged release:</p> - <pre>git am --whitespace=nowarn ../patches/*.patch</pre> + <pre>git am --whitespace=nowarn --keep-non-patch ../patches/*.patch</pre> <p>Then, configure the build in the <code>src</code> directory:</p> |
