libdevuansdk

common library for devuan's simple distro kits
git clone https://git.parazyd.org/libdevuansdk
Log | Files | Refs | Submodules | README | LICENSE

commit b2d36cd4994aa2f1e3ca493ce3c26e2b4ca13005
parent a6a8838d20f0722f5c483e478375e259cf7e88f1
Author: parazyd <parazyd@dyne.org>
Date:   Tue, 13 Mar 2018 20:32:11 +0100

Fix a typo made in the previous commit

Diffstat:
Mzlibs/imaging | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zlibs/imaging b/zlibs/imaging @@ -64,7 +64,7 @@ image_format_partitions() { esac # default to ext4 - [[ -z "$rootfs"]] && rootfs=ext4 + [[ -z "$rootfs" ]] && rootfs=ext4 case "$rootfs" in none)