aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2020-05-07 14:35:57 +0200
committerOliver Smith <osmith@sysmocom.de>2020-05-08 12:55:48 +0200
commit6e2e90e5e3551fa80f00623d7308d3e4eef5f239 (patch)
tree53f3794487ec88a0555d77af26a97c1131547fc0
parentf34828d6041d53d96541218ee663f3166a0e60d3 (diff)
build.sh: fixup, add libosmo-abis
-rwxr-xr-xrpm-local/build.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/rpm-local/build.sh b/rpm-local/build.sh
index df87e5e..b87315e 100755
--- a/rpm-local/build.sh
+++ b/rpm-local/build.sh
@@ -35,7 +35,7 @@ build_pkg() {
local specfile="spec/$pkgname/$pkgname.spec"
local version
- if [ -e ".build.$pkgname" ]; then
+ if [ -e ".build.package.$pkgname" ]; then
echo ":: $pkgname (already built)"
return
fi
@@ -79,3 +79,4 @@ require_path "$SRCDIR"
build_docker_image "$IMAGE"
build_pkg "libosmocore"
+build_pkg "libosmo-abis"