From eaf5482cff6222f73e64b312449f524f598992dd Mon Sep 17 00:00:00 2001 From: zador-blood-stained Date: Thu, 27 Jul 2017 17:35:21 +0300 Subject: [PATCH] Rename common.sh to compilation.sh to better reflect its content --- lib/{common.sh => compilation.sh} | 0 lib/main.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename lib/{common.sh => compilation.sh} (100%) diff --git a/lib/common.sh b/lib/compilation.sh similarity index 100% rename from lib/common.sh rename to lib/compilation.sh diff --git a/lib/main.sh b/lib/main.sh index 8df333ae32..b208d126a8 100644 --- a/lib/main.sh +++ b/lib/main.sh @@ -42,7 +42,7 @@ backtitle="Armbian building script, http://www.armbian.com | Author: Igor Pecovn source $SRC/lib/debootstrap-ng.sh # System specific install source $SRC/lib/distributions.sh # System specific install source $SRC/lib/desktop.sh # Desktop specific install -source $SRC/lib/common.sh # Functions +source $SRC/lib/compilation.sh # Patching and compilation of kernel, uboot, ATF source $SRC/lib/makeboarddeb.sh # Create board support package source $SRC/lib/general.sh # General functions source $SRC/lib/chroot-buildpackages.sh # Building packages in chroot