mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
package/eudev: fix install command
The directory $(TARGET_DIR)/etc/init.d/ must exist before installing S10udev init script. Add the missing "-D" option to create the "init.d" directory. Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
c1ff456745
commit
1037475b9b
@ -57,7 +57,7 @@ EUDEV_CONF_OPTS += --disable-selinux
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
define EUDEV_INSTALL_INIT_SYSV
|
define EUDEV_INSTALL_INIT_SYSV
|
||||||
$(INSTALL) -m 0755 package/eudev/S10udev $(TARGET_DIR)/etc/init.d/S10udev
|
$(INSTALL) -D -m 0755 package/eudev/S10udev $(TARGET_DIR)/etc/init.d/S10udev
|
||||||
endef
|
endef
|
||||||
|
|
||||||
# Required by default rules for input devices
|
# Required by default rules for input devices
|
||||||
|
Loading…
x
Reference in New Issue
Block a user