Skip to content
GitLab
Menu
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
67945bfa
Commit
67945bfa
authored
May 29, 2014
by
Mike Hibler
Browse files
I have no comment at this time...
parent
8aa83cda
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/phases/boss/portfix
View file @
67945bfa
...
@@ -104,8 +104,8 @@ sub Install($$$)
...
@@ -104,8 +104,8 @@ sub Install($$$)
}
}
if ($PGENISUPPORT) {
if ($PGENISUPPORT) {
Phase "mod_wsgi3", "Looking for mod_wsgi3 and installing", sub {
Phase "mod_wsgi3", "Looking for mod_wsgi3 and installing", sub {
DoneIfPackageInstalled("ap22-mod_wsgi
-3
");
DoneIfPackageInstalled("ap22-mod_wsgi");
my $pname = GetPackage("ap22-mod_wsgi
-3
", $packagedir);
my $pname = GetPackage("ap22-mod_wsgi", $packagedir);
AddPackage($pname, $packagedir);
AddPackage($pname, $packagedir);
};
};
Phase "py-flask", "Looking for py-flask and installing", sub {
Phase "py-flask", "Looking for py-flask and installing", sub {
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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