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 846b22d..b37b6f7 100644
--- a/lib/profile.sh
+++ b/lib/profile.sh
@@ -129,3 +129,10 @@ profile_configure_system_native()
"prof_${profile}_configure_system_native" "${root}"
}
+
+profile_configure_system_foreign()
+{
+ local root="${1}"
+
+ "prof_${profile}_configure_system_foreign" "${root}"
+}