summaryrefslogtreecommitdiffstats
path: root/lib/profile.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/profile.sh')
-rw-r--r--lib/profile.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/profile.sh b/lib/profile.sh
index ad16867..ee6e556 100644
--- a/lib/profile.sh
+++ b/lib/profile.sh
@@ -48,6 +48,13 @@ profile_set()
return 0
}
+profile_normalize_suite()
+{
+ local suite="${1}"
+
+ "prof_${profile}_normalize_suite" "${suite}"
+}
+
profile_detect_arch()
{
"prof_${profile}_detect_arch"