From fb46e1b0b420f297bb4da08bafa363521da1809e Mon Sep 17 00:00:00 2001 From: parazyd Date: Fri, 30 Sep 2016 00:00:08 +0200 Subject: [PATCH] source remaining zlibs --- README.md | 2 +- config | 5 +++-- libdevuansdk | 2 ++ 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3b9c544..2cd46f1 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Devuan's SDK was originally conceived during a period of residency at the Schumacher college in Dartington, UK. Greatly inspired by the laborious and mindful atmosphere of its wonderful premises. -The Devuan SDk is Copyright (c) 2015-2016 by the Dyne.org Foundation +The Devuan SDK is Copyright (c) 2015-2016 by the Dyne.org Foundation Devuan SDK components are designed, written and maintained by: diff --git a/config b/config index 29a819d..34a3734 100644 --- a/config +++ b/config @@ -25,10 +25,11 @@ arrs+=(core_packages base_packages) os="devuan" release="jessie" version="1.0.0-beta" -mirror="http://packages.devuan.org/merged" +mirror="http://auto.mirror.devuan.org/merged" section="main" -image_name=${image_name:-$os_$release_$version_$arch.img} +image_name="$os_$release_$version_$arch" +[[ -n $device_name ]] && image_name="${image_name}_${device_name}" core_packages=( devuan_keyring diff --git a/libdevuansdk b/libdevuansdk index fb8dc90..62f2f19 100644 --- a/libdevuansdk +++ b/libdevuansdk @@ -24,6 +24,8 @@ source $LIBPATH/config source $LIBPATH/zlibs/bootstrap source $LIBPATH/zlibs/helpers source $LIBPATH/zlibs/imaging +source $LIBPATH/zlibs/kernel +source $LIBPATH/zlibs/rsync source $LIBPATH/zlibs/sysconf vars+=(libdevuansdk_version)