From fa4344e5dedff14af2bce55d29a272495dd6bbb5 Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Thu, 23 Jul 2026 12:23:40 -0400 Subject: cache downloads and cleaning --- snag/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'snag/configure') diff --git a/snag/configure b/snag/configure index 9613843..a140a28 100755 --- a/snag/configure +++ b/snag/configure @@ -2,7 +2,7 @@ # temp for testing mkdir -p ./var/snag/{downloads,installs,builds} -ln -s ../../../packages/ ./var/snag/packages +[ ! -e ./var/snag/packages ] && ln -s ../../../packages/ ./var/snag/packages bin="snag" libs="libcurl libcrypto" -- cgit v1.2.3