From 7a417db252c0c3083f7260d0079fd05850c0bc67 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Thu, 15 Apr 2010 11:48:22 +0200 Subject: [boa] create real install stage Signed-off-by: Michael Olbrich --- rules/boa.make | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rules/boa.make b/rules/boa.make index d28cbfc86..6b2df1947 100644 --- a/rules/boa.make +++ b/rules/boa.make @@ -45,6 +45,7 @@ BOA_CONF_TOOL := autoconf $(STATEDIR)/boa.install: @$(call targetinfo) + install -D -m 755 $(BOA_DIR)/src/boa $(BOA_PKGDIR)/usr/sbin/boa @$(call touch) # ---------------------------------------------------------------------------- @@ -63,7 +64,7 @@ $(STATEDIR)/boa.targetinstall: @$(call install_fixup, boa,DEPENDS,) @$(call install_fixup, boa,DESCRIPTION,missing) - @$(call install_copy, boa, 0, 0, 0755, $(BOA_DIR)/src/boa, /usr/sbin/boa) + @$(call install_copy, boa, 0, 0, 0755, -, /usr/sbin/boa) @$(call install_alternative, boa, 0, 0, 0755, /etc/init.d/boa) -- cgit v1.2.3