From ddf08b0feea5fc6c2d5e6ad0b08e74ff6f05b519 Mon Sep 17 00:00:00 2001 From: vsr Date: Thu, 28 Sep 2006 07:43:37 +0000 Subject: [PATCH] fix pb in xmdump script when installing binaries : correct installation prefix --- config_files/med-2.2.3.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config_files/med-2.2.3.sh b/config_files/med-2.2.3.sh index 7666f43..11e6bb7 100755 --- a/config_files/med-2.2.3.sh +++ b/config_files/med-2.2.3.sh @@ -142,6 +142,12 @@ mv -f libmedC.la.new libmedC.la chmod 755 libmed.la chmod 755 libmedC.la +### modify scripts to correct installation path +cd ${PRODUCT_DIR}/bin +sed -e "s%set cmd \".*/bin/mdump\"%set cmd \"${PRODUCT_DIR}/bin/mdump\"%g" xmdump > _xmdump +mv _xmdump xmdump +chmod a+x xmdump + print_env } -- 2.39.2