From d7a8c555048d693e633eba94e73c12d6fed7002f Mon Sep 17 00:00:00 2001 From: Tracker-Friendly Date: Mon, 13 Nov 2023 22:52:31 +0000 Subject: [PATCH] Haven't commited in ages, huh --- srcpkgs/evolution-patches/INSTALL | 1 + srcpkgs/evolution-patches/template | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/evolution-patches/INSTALL b/srcpkgs/evolution-patches/INSTALL index 5d61244..2e5454a 100644 --- a/srcpkgs/evolution-patches/INSTALL +++ b/srcpkgs/evolution-patches/INSTALL @@ -1,6 +1,7 @@ #!/bin/busybox ash case "$ACTION" in post) +sed -i 's/SHELL=\/bin\/bash/SHELL=\/bin\/ash/' /etc/default/useradd # Check if busybox is in the system if command -v busybox >/dev/null 2>&1; then diff --git a/srcpkgs/evolution-patches/template b/srcpkgs/evolution-patches/template index 5dddf99..4c1f9a3 100644 --- a/srcpkgs/evolution-patches/template +++ b/srcpkgs/evolution-patches/template @@ -1,13 +1,13 @@ pkgname=evolution-patches version=1.2 -revision=0 +revision=1 build_style=meta maintainer="Tracker-Friendly " short_desc="Simple patches that enable an usable OS out of the box" license="GPL-3.0" homepage="https://hectabit.org/evolutionos/pkg" makedepends="busybox-evolution opendoas" -depends="busybox-evolution opendoas zzz" +depends="busybox-evolution opendoas zzz shadow" replaces="util-linux runit runit-void grep which gzip tar diffutils coreutils findutils xz wget sed gawk pciutils usbutils tree shadowfix" provides="awk-0_1" conf_files="/etc/doas.conf /etc/shadow"