diff --git a/collects/games/paint-by-numbers/all-problems.rkt b/collects/games/paint-by-numbers/all-problems.rkt index c63760d161..328a7b62ac 100644 --- a/collects/games/paint-by-numbers/all-problems.rkt +++ b/collects/games/paint-by-numbers/all-problems.rkt @@ -16,7 +16,7 @@ [(_) (with-syntax ([(unit-names ...) - (let ([probdir (collection-path "games" "paint-by-numbers") "problems"]) + (let ([probdir (build-path (collection-path "games" "paint-by-numbers") "problems")]) (let loop ([files (call-with-input-file (build-path probdir "directory") read)])