diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-11-05 16:39:24 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-11-05 16:39:24 -0300 |
commit | 78a5a4d9c6b6010d4064614e5d5a095bf54fddee (patch) | |
tree | 5c736145c5760a42b3b9aa1923b98a89b43f8998 | |
parent | 83dd1498e580510023b63611bb25feedd3699b8c (diff) |
Follow new tarball placement
-rwxr-xr-x | aur | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ for _pkg in ${@}; do fi msg "Downloading $_pkg..." - wget -O - -q https://aur.archlinux.org/packages/$_pkg/$_pkg.tar.gz | \ + wget -O - -q https://aur.archlinux.org/packages/$(echo $_pkg | sed "s/^../&\/&/")/$_pkg.tar.gz | \ tar xzf - >/dev/null 2>&1 if [ $? -ne 0 ]; then |