From adc44b3e8a5ab119c247fa18af914634ba857f2b Mon Sep 17 00:00:00 2001 From: Ravi Nanjundappa Date: Tue, 21 Jul 2015 10:20:09 +0530 Subject: [PATCH] resource-manipulation: Fix some typo errors Fixed some typo in resource-manipulation scons script. Change-Id: I64099f8b7d1ec18954e13d177b47d5c5cd73bfc8 Signed-off-by: Ravi Nanjundappa Reviewed-on: https://gerrit.iotivity.org/gerrit/1773 Tested-by: jenkins-iotivity Reviewed-by: Uze Choi --- service/resource-manipulation/src/resourceContainer/SConscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/service/resource-manipulation/src/resourceContainer/SConscript b/service/resource-manipulation/src/resourceContainer/SConscript index 4e23751..89fb477 100644 --- a/service/resource-manipulation/src/resourceContainer/SConscript +++ b/service/resource-manipulation/src/resourceContainer/SConscript @@ -148,9 +148,9 @@ if not conf2.CheckLib('curl'): *********************************** Error ************************************* * Cannot build hue sample. Please install libcurl. * Example (Ubuntu): -* sudo apt get install libcurl4-openssl-dev +* sudo apt-get install libcurl4-openssl-dev * sudo ldconfig -* Hint: check with pkg-config --libc libcurl and clear scons cache. +* Hint: check with pkg-config --libs libcurl and clear scons cache. * Skipping hue sample build. ******************************************************************************* ''' -- 2.7.4