summaryrefslogtreecommitdiffstats
path: root/lib/cmd
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-08-17 19:45:46 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-08-17 19:45:46 (EDT)
commitb6cb0ece3912448586a2b6df8b3a7b2f5fb18583 (patch)
treee54aee34f72906d728701f73f73127c699bccf99 /lib/cmd
parent99c72158a504f1a016410fbd4ccf739369459d23 (diff)
install: Normalize suite
Diffstat (limited to 'lib/cmd')
-rw-r--r--lib/cmd/install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/cmd/install.sh b/lib/cmd/install.sh
index e690962..1322209 100644
--- a/lib/cmd/install.sh
+++ b/lib/cmd/install.sh
@@ -49,6 +49,7 @@ cmd_install_main()
profile='proteanos'
fi
profile_set "${profile}"
+ suite="$(profile_normalize_suite "${suite}")"
if [ "x${cmd_install_opt_a+set}" = 'xset' ]; then
arch="${cmd_install_opt_a}"