package/usbmount: run-parts directory fix
authorDoug Kehn <rdkehn@yahoo.com>
Fri, 17 Jul 2015 21:08:32 +0000 (16:08 -0500)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 10 Sep 2015 12:29:18 +0000 (14:29 +0200)
commit4c6f0f30bbb11b7ce0899f7545c73fd9e32070bc
tree92c53957c16c383c4ee94a549cd4b2686fd2c0e3
parent6cac59f8a360dc333828d5f37977d6fcd478f9b8
package/usbmount: run-parts directory fix

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>
package/usbmount/usbmount.mk