diff options
-rw-r--r-- | package/udev/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/udev/Makefile b/package/udev/Makefile index 4292c16a2..152e8b7f9 100644 --- a/package/udev/Makefile +++ b/package/udev/Makefile @@ -26,6 +26,8 @@ CONFIGURE_ARGS+= --disable-extras \ post-install: ${INSTALL_DIR} ${IDIR_UDEV}/usr/sbin ${IDIR_UDEV}/etc/udev + ${INSTALL_DIR} ${IDIR_UDEV}/usr/lib + $(CP) $(WRKINST)/usr/lib/libudev.so* $(IDIR_UDEV)/usr/lib ${CP} ${WRKINST}/etc/udev/* ${IDIR_UDEV}/etc/udev ${CP} ${WRKINST}/usr/sbin/udevd ${IDIR_UDEV}/usr/sbin ${CP} ${WRKINST}/usr/sbin/udevadm ${IDIR_UDEV}/usr/sbin |