summaryrefslogtreecommitdiffstats
path: root/lib/profile.sh
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-08-17 13:35:35 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-08-17 13:35:35 (EDT)
commit99c72158a504f1a016410fbd4ccf739369459d23 (patch)
tree874da43c7cd51bbe5540c6343bead2dda8fcbf0a /lib/profile.sh
parentd76df5c87fb3c01fd1415d68b35b2d3604a2e3e6 (diff)
profile_normalize_suite(): New function
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"