aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas C. Villa Real <lucasvr@gmail.com>2018-07-02 01:30:48 -0300
committerLucas C. Villa Real <lucasvr@gmail.com>2018-07-02 01:30:48 -0300
commit46ea0ab524e0c751d486692972585e635327af79 (patch)
tree8e30034dce2d83d9524185f7ae5475cb8e4bc0b9
parentd3a1e908167b0665835058443a557c516afafcd1 (diff)
downloadThirdPartyInstallers-46ea0ab524e0c751d486692972585e635327af79.tar.xz
Keep existing entries under /Programs so we can handle both -devel and regular packages.
-rwxr-xr-xbin/ThirdPartyInstaller2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ThirdPartyInstaller b/bin/ThirdPartyInstaller
index 9c8c965..1aae10b 100755
--- a/bin/ThirdPartyInstaller
+++ b/bin/ThirdPartyInstaller
@@ -455,7 +455,7 @@ function prepare_program_entry() {
existing=$(ls $goboPrograms/ | grep -i "^${programname}$")
[ "$existing" ] && programname="$existing"
- PrepareProgram -t "$programname" "$programversion"
+ PrepareProgram --batch --keep -t "$programname" "$programversion"
programname=$(ls $goboPrograms/ | grep -i "^${programname}$")
target="$goboPrograms/$programname/$programversion"
}