Skip to content

Commit 55152f1

Browse files
committed
Move systemd unit to systemd folder
This folder is already in Cargo.toml (leftover from our previous units) so let's re-use that instead of including the contrib folder that has the specfile in it as well. Fixes: coreos#803
1 parent 44e5d95 commit 55152f1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ install-grub-static:
4242
install -m 755 -d ${DESTDIR}$(PREFIX)/lib/bootupd/grub2-static/configs.d
4343

4444
install-systemd-unit:
45-
install -m 644 -D -t "${DESTDIR}$(PREFIX)/lib/systemd/system/" contrib/packaging/bootloader-update.service
45+
install -m 644 -D -t "${DESTDIR}$(PREFIX)/lib/systemd/system/" systemd/bootloader-update.service
4646

4747
bin-archive:
4848
rm target/inst -rf
File renamed without changes.

0 commit comments

Comments
 (0)