From 4045941249c126915b1ac4e26c344195c673c22f Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 18 Jan 2016 14:26:42 +0100 Subject: add and install grub configuration --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a7b2c46..8f8e006 100644 --- a/Makefile +++ b/Makefile @@ -39,6 +39,7 @@ install-bin: bin/ykfde udev/ykfde $(MAKE) -C bin install $(MAKE) -C udev install $(INSTALL) -D -m0644 conf/ykfde.conf $(DESTDIR)/etc/ykfde.conf + $(INSTALL) -D -m0755 grub/09_linux $(DESTDIR)/etc/grub.d/09_linux $(INSTALL) -D -m0644 systemd/ykfde-cpio.service $(DESTDIR)/usr/lib/systemd/system/ykfde-cpio.service $(INSTALL) -D -m0644 systemd/ykfde-2f.service $(DESTDIR)/usr/lib/systemd/system/ykfde-2f.service $(INSTALL) -D -m0755 systemd/ykfde-2f $(DESTDIR)/usr/lib/systemd/scripts/ykfde-2f -- cgit v1.2.3-54-g00ecf