From 033f34b4a05a5a5dcad672368777f54bbd2cfd87 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Wed, 7 Aug 2024 22:30:14 -0400 Subject: [PATCH] Fix typo on excludes for distfiles --- gen2stage4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen2stage4 b/gen2stage4 index 67894d2..ea48681 100755 --- a/gen2stage4 +++ b/gen2stage4 @@ -186,7 +186,7 @@ tarExcludes=( tarExcludesPortage=( "var/cache/binpkgs/*" - "var/cache/distiles/*" + "var/cache/distfiles/*" "usr/portage/*" )