aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/net-snmp
diff options
context:
space:
mode:
authorEvan Doiron <edoiron@cbnco.com>2009-08-14 09:37:15 -0400
committerMichael Smith <msmith@cbnco.com>2009-08-22 12:11:44 -0400
commit7f4aeb3143ec6e33840d31425956afbab969f03a (patch)
tree940fbf2276f19f018ef8b8ac06e401200cbd2b24 /recipes/net-snmp
parentafe0641baf060813e57e880c3a3f4b202a0dfefe (diff)
downloadopenembedded-7f4aeb3143ec6e33840d31425956afbab969f03a.tar.gz
net-snmp.inc: Fix typo in staging paths
Signed-off-by: Evan Doiron <edoiron@cbnco.com> Signed-off-by: Michael Smith <msmith@cbnco.com>
Diffstat (limited to 'recipes/net-snmp')
-rw-r--r--recipes/net-snmp/net-snmp.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/net-snmp/net-snmp.inc b/recipes/net-snmp/net-snmp.inc
index bbe809696e..dcc02e7f67 100644
--- a/recipes/net-snmp/net-snmp.inc
+++ b/recipes/net-snmp/net-snmp.inc
@@ -48,8 +48,8 @@ do_stage() {
fi
install -d ${STAGING_DIR_HOST}${layout_bindir}
sed -e "s@-I/usr/include@@g" \
- -e "s@^prefix=.*@prefix=${STAING_DIR_HOST}@g" \
- -e "s@^exec_prefix=.*@exec_prefix=${STAING_DIR_HOST}@g" \
+ -e "s@^prefix=.*@prefix=${STAGING_DIR_HOST}@g" \
+ -e "s@^exec_prefix=.*@exec_prefix=${STAGING_DIR_HOST}@g" \
-e "s@^includedir=.*@includedir=${STAGING_INCDIR}@g" \
-e "s@^libdir=.*@libdir=${STAGING_LIBDIR}@g" \
-i net-snmp-config