source remaining zlibs

This commit is contained in:
parazyd 2016-09-30 00:00:08 +02:00
parent 57bda192d5
commit fb46e1b0b4
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
3 changed files with 6 additions and 3 deletions

View File

@ -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 Schumacher college in Dartington, UK. Greatly inspired by the laborious and
mindful atmosphere of its wonderful premises. 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: Devuan SDK components are designed, written and maintained by:

5
config
View File

@ -25,10 +25,11 @@ arrs+=(core_packages base_packages)
os="devuan" os="devuan"
release="jessie" release="jessie"
version="1.0.0-beta" version="1.0.0-beta"
mirror="http://packages.devuan.org/merged" mirror="http://auto.mirror.devuan.org/merged"
section="main" 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=( core_packages=(
devuan_keyring devuan_keyring

View File

@ -24,6 +24,8 @@ source $LIBPATH/config
source $LIBPATH/zlibs/bootstrap source $LIBPATH/zlibs/bootstrap
source $LIBPATH/zlibs/helpers source $LIBPATH/zlibs/helpers
source $LIBPATH/zlibs/imaging source $LIBPATH/zlibs/imaging
source $LIBPATH/zlibs/kernel
source $LIBPATH/zlibs/rsync
source $LIBPATH/zlibs/sysconf source $LIBPATH/zlibs/sysconf
vars+=(libdevuansdk_version) vars+=(libdevuansdk_version)