pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37861?usp=email )
Change subject: regen-makefile.sh: Fix ttcn3_compiler path under Archlinux
......................................................................
regen-makefile.sh: Fix ttcn3_compiler path under Archlinux
The ttcn3 installation path of the AUR eclipse-titan package in
Archlinux changed at some point, and it seems this variable is needed to
set properly when using testenv.py.
Change-Id: I6c5a954493d3de8b1c43e18348de63a65f58daef
---
M regen-makefile.sh
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks
refs/changes/61/37861/1
diff --git a/regen-makefile.sh b/regen-makefile.sh
index 813b212..f0ab58a 100755
--- a/regen-makefile.sh
+++ b/regen-makefile.sh
@@ -58,7 +58,7 @@
# for TITAN 6.3.0
if cat /etc/issue | grep "Arch Linux" >/dev/null 2>&1; then
- sed -i -e 's/TTCN3_DIR = $/TTCN3_DIR = \/usr\/ttcn3/' Makefile
+ sed -i -e 's/TTCN3_DIR = $/TTCN3_DIR = \/opt\/eclipse-titan/' Makefile
else
sed -i -e 's/TTCN3_DIR = $/TTCN3_DIR = \/usr/' Makefile
fi
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37861?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I6c5a954493d3de8b1c43e18348de63a65f58daef
Gerrit-Change-Number: 37861
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>