pango: 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:
Lionel Landwerlin 2010-12-09 10:55:11 +01:00 committed by Peter Korsgaard
parent 857cd0d0c6
commit a16af6526f
2 changed files with 4 additions and 3 deletions

View File

@ -5,8 +5,8 @@
Updated/fixed packages: busybox, dbus, cloop, cups,
gdk-pixbuf, hostapd, i2c-tools, libconfig, m4, openssh,
openssl, qt, rsync, sdl_gfx, sdl_sound, udev, usbutils, xz,
zlib
openssl, pango, qt, rsync, sdl_gfx, sdl_sound, udev, usbutils,
xz, zlib
New packages: dhrystone, lsuio, rsh-redone, whetstone

View File

@ -55,7 +55,8 @@ else
endif
define PANGO_INSTALL_INITSCRIPT
$(INSTALL) -m 755 package/pango/S25pango $(TARGET_DIR)/etc/init.d/
$(INSTALL) -m 755 -D package/pango/S25pango \
$(TARGET_DIR)/etc/init.d/S25pango
endef
PANGO_POST_INSTALL_TARGET_HOOKS += PANGO_INSTALL_INITSCRIPT