X-Git-Url: https://git.ao2.it/kboot-utils.git/blobdiff_plain/d5353ebc24af32af9a3b0d2540fd707b7be3d042..853a2b7d26e075e481a03bed4e01acc13b6b424f:/Makefile?ds=inline

diff --git a/Makefile b/Makefile
index 6854d76..7c13e95 100644
--- a/Makefile
+++ b/Makefile
@@ -5,8 +5,8 @@ all:
 clean:
 
 install:
-	install -d $(DESTDIR)$(prefix)/lib/kboot/
-	install -m 0644 kboot-mkconfig_lib $(DESTDIR)$(prefix)/lib/kboot/kboot-mkconfig_lib
+	install -d $(DESTDIR)$(prefix)/share/kboot/
+	install -m 0644 kboot-mkconfig_lib $(DESTDIR)$(prefix)/share/kboot/kboot-mkconfig_lib
 	install -d $(DESTDIR)$(prefix)/sbin
 	install -m 0755 kboot-mkconfig $(DESTDIR)$(prefix)/sbin/kboot-mkconfig
 	install -d $(DESTDIR)$(sysconfdir)/default