aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrej Kozemcak <andrej.kozemcak@pantheon.tech>2019-02-25 12:47:24 +0100
committerAndrej Kozemcak <andrej.kozemcak@pantheon.tech>2019-02-25 12:47:24 +0100
commit9fb0eeb94d48a4751221195bd9e82cc1b41da0d9 (patch)
treef6747e185db09b557ad4d21f1f919aa4ad5a7eef
parent8f77b97e4c02e6f1c87009fd2a36e63cb142e53f (diff)
Test: Fix error in build script.
Change-Id: I53a0f903f0c3f05043437bbb1d7b06f7b7fe9963 Signed-off-by: Andrej Kozemcak <andrej.kozemcak@pantheon.tech>
-rwxr-xr-xbuild-root/scripts/de_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-root/scripts/de_build.sh b/build-root/scripts/de_build.sh
index 812cdcb..70182d3 100755
--- a/build-root/scripts/de_build.sh
+++ b/build-root/scripts/de_build.sh
@@ -20,7 +20,7 @@ function build_sweetcomb {
cd /root/src/sweetcomb
yes | make install-dep
make build-scvpp
- make build
+ make build-plugins
}
function main {