Skip to content
Snippets Groups Projects
Commit fbd61642 authored by Rashad Kanavath's avatar Rashad Kanavath
Browse files

BUG: fix Tu_install_package test

parent efd7f81c
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,6 @@ done
#install uninstall_otb script
echo "Installing uninstall script for OTB 'tools/uninstall_otb.sh'"
sed -i -E "s,OUT_DIR,$OUT_DIR,g" "$OUT_DIR/tools/install_manifest_otb.txt"
sed -i -E "s,OUT_DIR,$OUT_DIR,g" "$OUT_DIR/tools/uninstall_otb.sh"
chmod +x "$OUT_DIR/tools/uninstall_otb.sh"
......
......@@ -63,7 +63,6 @@ done
#install uninstall_otb script
echo "Installing uninstall script for OTB 'tools/uninstall_otb.sh'"
sed -i "" "s,OUT_DIR,$OUT_DIR,g" "$OUT_DIR/tools/install_manifest_otb.txt"
sed -i "" "s,mapla.sh,Mapla.app -r,g" "$OUT_DIR/tools/uninstall_otb.sh"
sed -i "" "s,monteverdi.sh,Monteverdi.app -r,g" "$OUT_DIR/tools/uninstall_otb.sh"
sed -i "" "s,OUT_DIR,$OUT_DIR,g" "$OUT_DIR/tools/uninstall_otb.sh"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment