From 1e84c54fcd41c77684314538551ea08b9fcfca96 Mon Sep 17 00:00:00 2001 From: Robert Schwebel Date: Mon, 18 May 2009 12:55:45 +0000 Subject: * dash: fix installation prefix git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10537 33e552b5-05e3-0310-8538-816dae2090ed --- rules/dash.make | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/rules/dash.make b/rules/dash.make index abede17c7..c9242833e 100644 --- a/rules/dash.make +++ b/rules/dash.make @@ -44,7 +44,7 @@ DASH_ENV := $(CROSS_ENV) # autoconf # DASH_AUTOCONF := \ - $(CROSS_AUTOCONF_USR) \ + $(CROSS_AUTOCONF_ROOT) \ --with-libedit=no # ---------------------------------------------------------------------------- @@ -63,8 +63,7 @@ $(STATEDIR)/dash.targetinstall: @$(call install_fixup, dash,DEPENDS,) @$(call install_fixup, dash,DESCRIPTION,missing) - @$(call install_copy, dash, 0, 0, 0755, -, \ - /bin/dash) + @$(call install_copy, dash, 0, 0, 0755, -, /bin/dash) @$(call install_finish, dash) -- cgit v1.2.3