From bd142c78346799940d0a595eff0afb2328556b05 Mon Sep 17 00:00:00 2001 From: ferrreo Date: Wed, 30 Aug 2023 20:48:34 +0100 Subject: [PATCH] Update Makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index b7339c4..877ef8f 100644 --- a/Makefile +++ b/Makefile @@ -12,3 +12,4 @@ install: install -Dp -m644 ./docs/manpage.1 "$(DESTDIR)/usr/share/man/man1/booster.1" install -Dp -m755 ./init/init "$(DESTDIR)/usr/lib/booster/init" install -Dp -m755 ./update-initramfs "$(DESTDIR)/usr/lib/booster/update-initramfs" + install -Dp -m755 ./booster.yml "$(DESTDIR)/etc/booster.yaml"