mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
usbmount.mk created/installed run-parts scripts in /etc/usbmount/usbmount.d. However, usbmount executes run-parts on /etc/usbmount/mount.d for UDEV add action and on /etc/usbmount/umount.d for UDEV remove action. Change usbmount.mk to create the directories referenced by usbmount and install the run-parts scripts appropriately. Signed-off-by: Doug Kehn <rdkehn@yahoo.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>