From 2e1898e771c1ab91796aa162b45353e79b4e23ce Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 21 Aug 2014 12:01:14 -0400 Subject: profile_configure_system_foreign(): New function --- (limited to 'lib/profile.sh') 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}" +} -- cgit v0.9.1