From 02fd8d961572929740750ec87d5c32418bc6a7a4 Mon Sep 17 00:00:00 2001 From: Lionel Gauthier <lionel.gauthier@eurecom.fr> Date: Tue, 27 Jan 2015 14:45:19 +0000 Subject: [PATCH] install asn1c was removed by error in OPENAIR-CN/SCRIPTS git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6432 818b1a75-f10b-46b9-bf7c-635c3b92a50f --- targets/build_helper.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/targets/build_helper.bash b/targets/build_helper.bash index 388e878004..a92a4d7c4a 100755 --- a/targets/build_helper.bash +++ b/targets/build_helper.bash @@ -612,7 +612,7 @@ check_install_epc_software() { check_install_asn1c(){ - test_command_install_script "asn1c" "$OPENAIRCN_DIR/SCRIPTS/install_asn1c_0.9.24.modified.bash $SUDO" + test_command_install_script "asn1c" "$OPENAIR_TARGETS/SCRIPTS/install_asn1c_0.9.24.modified.bash $SUDO" # One mor check about version of asn1c ASN1C_COMPILER_REQUIRED_VERSION_MESSAGE="ASN.1 Compiler, v0.9.24" @@ -624,7 +624,7 @@ check_install_asn1c(){ echo_error "$ASN1C_COMPILER_VERSION_MESSAGE" while read -r -n 1 -s answer; do if [[ $answer = [YyNn] ]]; then - [[ $answer = [Yy] ]] && $OPENAIRCN_DIR/SCRIPTS/install_asn1c_0.9.24.modified.bash $SUDO + [[ $answer = [Yy] ]] && $OPENAIR_TARGETS/SCRIPTS/install_asn1c_0.9.24.modified.bash $SUDO [[ $answer = [Nn] ]] && echo_error "Version of asn1c is not the required one, exiting." && exit 1 break fi -- GitLab