summaryrefslogtreecommitdiffstats
path: root/rules/dash.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2009-05-18 12:55:45 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2009-05-18 12:55:45 +0000
commit1e84c54fcd41c77684314538551ea08b9fcfca96 (patch)
treea2993bdde18deb1add6201b4293eb29e68954ab4 /rules/dash.make
parent5358fa0937de01a23ea0978f827d87f3e74dca23 (diff)
downloadptxdist-1e84c54fcd41c77684314538551ea08b9fcfca96.tar.gz
ptxdist-1e84c54fcd41c77684314538551ea08b9fcfca96.tar.xz
* dash: fix installation prefix
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10537 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/dash.make')
-rw-r--r--rules/dash.make5
1 files 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)