summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2012-11-05 16:48:40 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2012-11-05 16:48:40 -0300
commitf6cc850ff5fa8e8a820acae5c2a1e275acf8f5ef (patch)
tree79e76626ddb9363471550ceef05282eebe8342d3
parent48696038cec8f4cef0152d356b05d40c585a20b5 (diff)
parent78a5a4d9c6b6010d4064614e5d5a095bf54fddee (diff)
Merge branch 'master' of git://ponape.local/libretools
-rwxr-xr-xaur2
1 files changed, 1 insertions, 1 deletions
diff --git a/aur b/aur
index 6ffb2b9..3d07cd8 100755
--- a/aur
+++ b/aur
@@ -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