Commit a16af652 authored by Lionel Landwerlin's avatar Lionel Landwerlin Committed by Peter Korsgaard
Browse files

pango: ensure startup script is well installed



In case /etc/init.d does not exist.

[Peter: use install -D]
Signed-off-by: default avatarLionel Landwerlin <llandwerlin@gmail.com>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 857cd0d0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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

+2 −1
Original line number Diff line number Diff line
@@ -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