From ec36e46faf25684285f17003c94493fec6370f50 Mon Sep 17 00:00:00 2001 From: Steven Penny Date: Sat, 24 May 2014 15:00:44 -0500 Subject: [PATCH] Change default cache location apt-get uses /var/cache to store downloaded files http://askubuntu.com/q/178806/where-do-packages-installed-with-apt-get-stored This makes sense with Cygwin as well because Cygwin already has a /var/cache which is almost empty to start, compared to /setup which does not exist outside of apt-cyg. --- apt-cyg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apt-cyg b/apt-cyg index 908c785..d33fbb8 100755 --- a/apt-cyg +++ b/apt-cyg @@ -75,7 +75,7 @@ function findworkspace() { # default working directory and mirror mirror=http://mirrors.kernel.org/sourceware/cygwin - cache=/setup + cache=/var/cache # work wherever setup worked last, if possible if [ -e /etc/setup/last-cache ]