Skip to content

Commit

Permalink
A wart
Browse files Browse the repository at this point in the history
  • Loading branch information
p committed Jul 12, 2018
1 parent da67983 commit 9a397bf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion bin/m
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,12 @@ install_bin() {
distros="suse12 suse11 suse10" ;;

amzn-*)
distros="amzn64" ;;
if test "$community" = 1; then
distros=amazon
else
distros="amzn64"
fi
;;

rhel-5*)
distros="rhel57" ;;
Expand Down

0 comments on commit 9a397bf

Please sign in to comment.