aboutsummaryrefslogtreecommitdiff
path: root/bin/ThirdPartyInstaller
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ThirdPartyInstaller')
-rwxr-xr-xbin/ThirdPartyInstaller2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ThirdPartyInstaller b/bin/ThirdPartyInstaller
index 29732b2..964656e 100755
--- a/bin/ThirdPartyInstaller
+++ b/bin/ThirdPartyInstaller
@@ -551,7 +551,7 @@ then
cat "$target/Resources/Dependencies" 2> /dev/null | grep "http*://" | while read line
do
depname=$(echo "$line" | awk {'print $1'})
- depurl=$(echo "$line" | awk {'print $3'})
+ depurl=$(echo "$line" | awk {'print $NF'})
programname="$(pretty_name $depname)"
if ! [ -d "$goboPrograms/$programname" ]
then