From 24faa0967c8de3f6ba2a9280be6a2f146b5de5fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Reynolds?= Date: Wed, 29 Dec 2010 18:06:20 -0300 Subject: Forgot to change back to default cache dir --- download-repo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download-repo.sh b/download-repo.sh index ac72cfe..0c06685 100755 --- a/download-repo.sh +++ b/download-repo.sh @@ -42,7 +42,7 @@ PKGS=$(/usr/bin/pacman -Sl $REPO | cut -d' ' -f1,2 | tr ' ' '/') if [ -n "$PKGS" ]; then baseurl="" - cachedir="/home/nicolas/pkg/cache" + cachedir="/var/cache/pacman/pkg/" for url in $(/usr/bin/pacman -Sdp $PKGS | grep '://'); do baseurl="$(dirname "$url")" #save for later pkgname="$(basename "$url")" -- cgit v1.2.3