From 4f1ab33a579cc7c931c4fa5e44553097001139f8 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 26 Oct 2023 10:18:52 +0200 Subject: [PATCH] install.sh: add install for make-automaps.service --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 7944e05..223028a 100755 --- a/install.sh +++ b/install.sh @@ -253,6 +253,7 @@ install_data pdist/pdistd@.service "$DESTDIR$systemdunitd install_exec pdist/pdist-bootcheck "$DESTDIR$usr_exec_prefix/libexec/pdist-bootcheck" install_data pdist/pdist-bootcheck.service "$DESTDIR$systemdunitdir/pdist-bootcheck.service" install_exec wakeonlan/wake "$DESTDIR$usr_bindir/wake" +install_data make-automaps/make-automaps.service "$DESTDIR$systemdunitdir/make-automaps.service" postinstall exit