diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-11-05 16:48:40 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-11-05 16:48:40 -0300 |
commit | f6cc850ff5fa8e8a820acae5c2a1e275acf8f5ef (patch) | |
tree | 79e76626ddb9363471550ceef05282eebe8342d3 /aur | |
parent | 48696038cec8f4cef0152d356b05d40c585a20b5 (diff) | |
parent | 78a5a4d9c6b6010d4064614e5d5a095bf54fddee (diff) |
Merge branch 'master' of git://ponape.local/libretools
Diffstat (limited to 'aur')
-rwxr-xr-x | aur | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,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 |