Skip to content

Commit

Permalink
make-automaps: Update /package/pkg location
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Mar 18, 2021
1 parent b6ba477 commit fd98c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make-automaps/make-automaps
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ sub create_pkg_map {
} 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 fd98c8a

Please sign in to comment.