summaryrefslogtreecommitdiffstats
path: root/package/gdk-pixbuf
diff options
context:
space:
mode:
authorLionel Landwerlin <llandwerlin@gmail.com>2010-12-09 10:55:10 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2010-12-13 00:35:38 +0100
commit857cd0d0c642bc27ee45d701b208830e914e7dbf (patch)
treee107c795660cb5e770971d5e8f9541dea320aa74 /package/gdk-pixbuf
parent8c874a334edb4d14b73a3964e90b20e78729fc93 (diff)
downloadbuildroot-novena-857cd0d0c642bc27ee45d701b208830e914e7dbf.tar.gz
buildroot-novena-857cd0d0c642bc27ee45d701b208830e914e7dbf.zip
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>
Diffstat (limited to 'package/gdk-pixbuf')
-rw-r--r--package/gdk-pixbuf/gdk-pixbuf.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/gdk-pixbuf/gdk-pixbuf.mk b/package/gdk-pixbuf/gdk-pixbuf.mk
index f129e465d..cf915bbd0 100644
--- a/package/gdk-pixbuf/gdk-pixbuf.mk
+++ b/package/gdk-pixbuf/gdk-pixbuf.mk
@@ -44,7 +44,8 @@ GDK_PIXBUF_DEPENDENCIES += \
host-pkg-config libglib2
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
GDK_PIXBUF_POST_INSTALL_TARGET_HOOKS += GDK_PIXBUF_POST_INSTALL_TWEAKS