tchange kernel function naming scheme - libdevuansdk - common library for devuan's simple distro kits
 (HTM) git clone https://git.parazyd.org/libdevuansdk
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 5e8bb400d70ad0e915438ef6dd5e314e8e36b7f0
 (DIR) parent a25b54612fe3bc28dc5ceb05f275eeec1c4f82f5
 (HTM) Author: parazyd <parazyd@dyne.org>
       Date:   Fri, 30 Sep 2016 13:10:48 +0200
       
       change kernel function naming scheme
       
       Diffstat:
         M zlibs/kernel                        |       8 ++++----
       
       1 file changed, 4 insertions(+), 4 deletions(-)
       ---
 (DIR) diff --git a/zlibs/kernel b/zlibs/kernel
       t@@ -19,8 +19,8 @@
        
        ## all windows users are suckers
        
       -kernel_install_amd64() {
       -        fn kernel_install_amd64
       +build_kernel_amd64() {
       +        fn build_kernel_amd64
                req=(strapdir arch)
                freq=($strapdir/.done)
                ckreq || return 1
       t@@ -38,8 +38,8 @@ kernel_install_amd64() {
                devprocsys umount $strapdir
        }
        
       -kernel_install_i386() {
       -        fn kernel_install_i386
       +build_kernel_i386() {
       +        fn build_kernel_i386
                req=(strapdir arch)
                freq=($strapdir/.done)
                ckreq || return 1