From bc53e6c2d3cf8f6f31f1fcf596979b7a16ccdc2d Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Fri, 28 Jun 2024 20:57:41 +0200 Subject: [PATCH] amepatch: more rewrite Signed-off-by: AuxXxilium --- amepatch/install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/amepatch/install.sh b/amepatch/install.sh index 24b96b2..c0424c7 100755 --- a/amepatch/install.sh +++ b/amepatch/install.sh @@ -12,6 +12,8 @@ if [ "${1}" = "late" ]; then cp -vf "${0}" "/tmpRoot/usr/arc/addons/" cp -vf /usr/bin/amepatch.sh /tmpRoot/usr/bin/amepatch.sh + mkdir -p "/tmpRoot/usr/lib/systemd/system" + DEST="/tmpRoot/usr/lib/systemd/system/amepatch.service" cat > ${DEST} <