osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ci/+/31134
)
Change subject: coverity: osmo-remsim: fix install errors
......................................................................
coverity: osmo-remsim: fix install errors
Set usbdropdir and serialconfdir to fix:
/usr/bin/mkdir -p
'/usr/lib/pcsc/drivers/libifd-osmo-remsim-client.bundle/Contents'
/usr/bin/mkdir: cannot create directory ‘/usr/lib/pcsc’: Permission denied
Change-Id: I08e72bb06a823752154fe3e2011a42c144c657c4
---
M coverity/build_Osmocom.sh
1 file changed, 3 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/34/31134/1
diff --git a/coverity/build_Osmocom.sh b/coverity/build_Osmocom.sh
index 6a411d8..fe22351 100755
--- a/coverity/build_Osmocom.sh
+++ b/coverity/build_Osmocom.sh
@@ -130,4 +130,6 @@
build_default osmo-upf
build_default osmo-isdntap
build_default osmo-uecups
-build_default osmo-remsim
+build_default osmo-remsim \
+ --with-usbdropdir=$prefix/usr/lib/pcsc/drivers \
+ --with-serialconfdir=$prefix/etc/reader.conf.d
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ci/+/31134
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I08e72bb06a823752154fe3e2011a42c144c657c4
Gerrit-Change-Number: 31134
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newchange