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"