that relatable moment when you forget to call the superclass method

This commit is contained in:
~keith 2023-09-07 11:01:38 -04:00
parent 83e5917fc6
commit 1ebfbc0053
Signed by: keith
GPG key ID: 5BEBEEAB2C73D520

View file

@ -23,5 +23,6 @@ PATCHES=(
) )
src_install() { src_install() {
default
newinitd "${FILESDIR}/keyd.init" keyd newinitd "${FILESDIR}/keyd.init" keyd
} }