File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ parallel build: {
21
21
""")
22
22
}
23
23
shwrap("""
24
- make install DESTDIR=\$(pwd)/insttree/
24
+ make install install-grub-static install-systemd-unit DESTDIR=\$(pwd)/insttree/
25
25
tar -c -C insttree/ -zvf insttree.tar.gz .
26
26
""")
27
27
stash includes: 'insttree.tar.gz', name: 'build'
Original file line number Diff line number Diff line change @@ -37,13 +37,16 @@ install:
37
37
install -D -t " ${DESTDIR} $( LIBEXECDIR) " target/${PROFILE} /bootupd
38
38
ln -f ${DESTDIR} $(LIBEXECDIR ) /bootupd ${DESTDIR} $(PREFIX ) /bin/bootupctl
39
39
40
+ .PHONY : install-grub-static
40
41
install-grub-static :
41
42
install -m 644 -D -t ${DESTDIR} $(PREFIX ) /lib/bootupd/grub2-static src/grub2/* .cfg
42
43
install -m 755 -d ${DESTDIR} $(PREFIX ) /lib/bootupd/grub2-static/configs.d
43
44
45
+ .PHONY : install-systemd-unit
44
46
install-systemd-unit :
45
47
install -m 644 -D -t " ${DESTDIR} $( PREFIX) /lib/systemd/system/" systemd/bootloader-update.service
46
48
49
+ .PHONY : bin-archive
47
50
bin-archive :
48
51
rm target/inst -rf
49
52
$(MAKE ) install install-grub-static DESTDIR=$$(pwd ) /target/inst
You can’t perform that action at this time.
0 commit comments