summaryrefslogtreecommitdiff
path: root/ecp/build.sh
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2022-02-02 06:52:04 +0100
committerUros Majstorovic <majstor@majstor.org>2022-02-02 06:52:04 +0100
commit59e190202e57ab151fe8a23a2ca14615c1e8c4d9 (patch)
tree0e39cf7a63e266e2fd1d0e7667fadc5e6d6b82c0 /ecp/build.sh
parent64b55e7e1236121ea4197d9a37cfec43b196cfe8 (diff)
fixed build
Diffstat (limited to 'ecp/build.sh')
-rwxr-xr-xecp/build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ecp/build.sh b/ecp/build.sh
index 4b7a16f..acb1a14 100755
--- a/ecp/build.sh
+++ b/ecp/build.sh
@@ -7,7 +7,7 @@ else
fi
PLATFORM=posix
-cd src
+cd src/ecp
if [ "$ARG" != "clean" ]; then
make platform=$PLATFORM clean
fi
@@ -16,7 +16,7 @@ if [ "$ARG" == "all" ]; then
make platform=$PLATFORM install
fi
-cd ../util
+cd ../../util
if [ "$ARG" != "clean" ]; then
make platform=$PLATFORM clean
fi