ODROID: fix absolute path problem after building

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
This commit is contained in:
Dongjin Kim
2019-07-16 07:18:05 -04:00
committed by Joshua Yang
parent 2be588e1c2
commit 47abe4c912
5 changed files with 9 additions and 14 deletions

2
build
View File

@@ -125,7 +125,7 @@ fi
echo
echo "WiringPi Library"
cd wiringPi
$sudo make uninstall
# $sudo make uninstall
if [ x$1 = "xstatic" ]; then
make -j5 static
check_make_ok