Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
c9ffe547
Commit
c9ffe547
authored
Sep 21, 2004
by
Leigh B. Stoller
Browse files
Add -l option to patch for m2crypto to avoid whitespace conflicts.
parent
539d9655
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/boss-install.in
View file @
c9ffe547
...
...
@@ -288,7 +288,7 @@ Phase "patches", "Applying patches", sub {
if
(
!
ExecQuiet
("
$PATCH
-C -f -R -p0 -i
$M2CRYPTO_PATCH
"))
{
PhaseSkip
("
$M2CRYPTO_PATCH
already applied
");
}
ExecQuietFatal
("
$PATCH
-f -p0 -i
$M2CRYPTO_PATCH
");
ExecQuietFatal
("
$PATCH
-f
-l
-p0 -i
$M2CRYPTO_PATCH
");
};
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment