summaryrefslogtreecommitdiffstats
path: root/lib/profile.sh
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-08-21 12:01:14 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-08-21 12:01:14 (EDT)
commit2e1898e771c1ab91796aa162b45353e79b4e23ce (patch)
treef5ffd02b447974852223665df6773ceb7ae016b6 /lib/profile.sh
parentfb26038e26edfc57e5408cd39446da293d837692 (diff)
profile_configure_system_foreign(): 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 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}"
+}