aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas C. Villa Real <lucasvr@gobolinux.org>2018-07-04 12:45:59 -0300
committerLucas C. Villa Real <lucasvr@gobolinux.org>2018-07-04 12:45:59 -0300
commit1f6e3b99baf2d9e85139cc46f68dd55813886ff1 (patch)
tree5e2b337a6d3304bcf6162dfcbefde2b5193f2eed
parent9e2877b6a4c38e6e55f65f565c6336fe58331cd2 (diff)
downloadThirdPartyInstallers-1f6e3b99baf2d9e85139cc46f68dd55813886ff1.tar.xz
The URL is guaranteed to be the last token.
-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