aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/build.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2021-09-27 07:30:41 +0200
committerSven Gothel <[email protected]>2021-09-27 07:30:41 +0200
commit21a350f106375962c05ee984161edc88e18a195d (patch)
treef399feae6cf0caa697defbb4fd746152c7af9471 /scripts/build.sh
parent0ca9b5b4f9716907c72e9c5b8dab6d7a372822df (diff)
Examples: Build using a set of idiomatic names, one recipe for each examples; Add jar install for example/java!
Diffstat (limited to 'scripts/build.sh')
-rw-r--r--scripts/build.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/build.sh b/scripts/build.sh
index 6468ffe1..71c5a49d 100644
--- a/scripts/build.sh
+++ b/scripts/build.sh
@@ -46,7 +46,6 @@ buildit() {
make -j $CPU_COUNT install test
if [ $? -eq 0 ] ; then
echo "BUILD SUCCESS $bname $archabi"
- cp -a examples/* $rootdir/dist-$archabi/bin
cd $rootdir
return 0
else