From a5b517dba551af7fd902464a5d866e2d5ce03508 Mon Sep 17 00:00:00 2001 From: Thomas Bächler Date: Sun, 10 Jan 2010 18:44:47 +0100 Subject: Add udev hook, originated from the obsolete klibc-udev package --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 413fae6..f9fd557 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,7 @@ install: all install -D -m755 init ${DESTDIR}/lib/initcpio/init install -D -m755 init_functions ${DESTDIR}/lib/initcpio/init_functions install -D -m644 functions ${DESTDIR}/lib/initcpio/functions + install -D -m644 load-modules.sh ${DESTDIR}/lib/initcpio/udev/load-modules.sh install -d ${DESTDIR}/lib/initcpio/hooks install -d ${DESTDIR}/lib/initcpio/install -- cgit v1.2.3-24-g4f1b