mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 06:36:34 +00:00
gdk-pixbuf: ensure startup script is well installed
In case /etc/init.d does not exist. [Peter: use install -D] Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
8c874a334e
commit
857cd0d0c6
@ -44,7 +44,8 @@ GDK_PIXBUF_DEPENDENCIES += \
|
|||||||
host-pkg-config libglib2
|
host-pkg-config libglib2
|
||||||
|
|
||||||
define GDK_PIXBUF_POST_INSTALL_TWEAKS
|
define GDK_PIXBUF_POST_INSTALL_TWEAKS
|
||||||
$(INSTALL) -m 755 package/gdk-pixbuf/S26gdk-pixbuf $(TARGET_DIR)/etc/init.d/
|
$(INSTALL) -m 755 -D package/gdk-pixbuf/S26gdk-pixbuf \
|
||||||
|
$(TARGET_DIR)/etc/init.d/S26gdk-pixbuf
|
||||||
endef
|
endef
|
||||||
|
|
||||||
GDK_PIXBUF_POST_INSTALL_TARGET_HOOKS += GDK_PIXBUF_POST_INSTALL_TWEAKS
|
GDK_PIXBUF_POST_INSTALL_TARGET_HOOKS += GDK_PIXBUF_POST_INSTALL_TWEAKS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user