From 610e82629543ff0b44f46a221227c2998087ef30 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Thu, 10 Apr 2025 04:57:32 +0300 Subject: Applying optimization --- lib/_ak_pkg | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'lib/_ak_pkg') diff --git a/lib/_ak_pkg b/lib/_ak_pkg index b3f99e0..e430a50 100755 --- a/lib/_ak_pkg +++ b/lib/_ak_pkg @@ -17,12 +17,12 @@ ### You should have received a copy of the GNU General Public License ### along with this program. If not, see . ### - -source $AK_LIBDIR/_ak_log -source $AK_LIBDIR/_ak_script -source $AK_LIBDIR/_ak_fs -source $AK_LIBDIR/_ak_gpg -source $AK_LIBDIR/_ak_zblock +source $AK_LIBDIR/_ak_lib_load +_ak_lib_load _ak_log +_ak_lib_load _ak_script +_ak_lib_load _ak_fs +_ak_lib_load _ak_gpg +_ak_lib_load _ak_zblock function _ak_pkg_all_modules_make_release_from_local_installation(){ outdir="$(pwd)" -- cgit v1.2.3