diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -7,7 +7,8 @@ all: .PHONY: install install: - # install unit file + # install script and unit file + install -D -m0755 systemd/archlogo $(DESTDIR)/usr/lib/systemd/scripts/archlogo install -D -m0644 systemd/archlogo.service $(DESTDIR)/usr/lib/systemd/system/archlogo.service # install install-script and hook for plain old script based initramfs |