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
99e0cecf
Commit
99e0cecf
authored
Sep 30, 2004
by
Leigh B. Stoller
Browse files
Fix hardwired use of emulab-boss-1.5 string.
parent
84d0ce52
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/boss-install.in
View file @
99e0cecf
...
@@ -294,7 +294,7 @@ Phase "ports", "Installing ports", sub {
...
@@ -294,7 +294,7 @@ Phase "ports", "Installing ports", sub {
ExecQuietFatal
("
$SH
$SRCDIR
/ports/ports-install
");
ExecQuietFatal
("
$SH
$SRCDIR
/ports/ports-install
");
};
};
Phase
"
pinstall
",
"
Checking for port installation
",
sub
{
Phase
"
pinstall
",
"
Checking for port installation
",
sub
{
if
(
!
ExecQuiet
("
$PKG_INFO
-e
emulab-boss-1.5
"))
{
if
(
!
ExecQuiet
("
$PKG_INFO
-e
$BOSS_PORT
"))
{
PhaseSkip
("
Ports already installed
");
PhaseSkip
("
Ports already installed
");
}
}
if
(
$packagedir
)
{
if
(
$packagedir
)
{
...
...
Write
Preview
Markdown
is supported
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