Skip to content

Commit

Permalink
Merge pull request #161 from mariux64/update-make-automaps
Browse files Browse the repository at this point in the history
Update make automaps
  • Loading branch information
donald authored Mar 18, 2021
2 parents ea36276 + fd98c8a commit a7fe1af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions make-automaps/make-automaps
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,12 @@ sub create_pkg_map {
$rw = $flags eq 'BUILD' ? ' -rw' : '';
print $out "$pkg$rw :$local\n";
} else {
if (server_vers_opt('ex')) {
if (server_vers_opt('ellie')) {
$rw = $flags eq 'BUILD' ? ' -vers=4.0,rw' : ' -vers=4.0';
} else{
$rw = $flags eq 'BUILD' ? ' -rw' : '';
}
print $out "$pkg$rw ellie:/amd/ellie/M/M8022/package/pkg/$pkg\n";
print $out "$pkg$rw ellie:/amd/ellie/1/package/pkg/$pkg\n";
}
}
}
Expand Down

0 comments on commit a7fe1af

Please sign in to comment.