We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1798447 commit f0027e8Copy full SHA for f0027e8
Makefile
@@ -37,13 +37,16 @@ install:
37
install -D -t "${DESTDIR}$(LIBEXECDIR)" target/${PROFILE}/bootupd
38
ln -f ${DESTDIR}$(LIBEXECDIR)/bootupd ${DESTDIR}$(PREFIX)/bin/bootupctl
39
40
+.PHONY: install-grub-static
41
install-grub-static:
42
install -m 644 -D -t ${DESTDIR}$(PREFIX)/lib/bootupd/grub2-static src/grub2/*.cfg
43
install -m 644 -D -t ${DESTDIR}$(PREFIX)/lib/bootupd/grub2-static/configs.d src/grub2/configs.d/*.cfg
44
45
+.PHONY: install-systemd-unit
46
install-systemd-unit:
47
install -m 644 -D -t "${DESTDIR}$(PREFIX)/lib/systemd/system/" systemd/bootloader-update.service
48
49
+.PHONY: bin-archive
50
bin-archive:
51
rm target/inst -rf
52
$(MAKE) install install-grub-static DESTDIR=$$(pwd)/target/inst
0 commit comments