diff --git a/src/boot/boot.janet b/src/boot/boot.janet index 1f942dbe..f005eccd 100644 --- a/src/boot/boot.janet +++ b/src/boot/boot.janet @@ -1580,7 +1580,7 @@ [":sys:/:all:.:native:" :native] [":sys:/:all:/:name:.:native:" :native] ["./:all:.jimage" :image] - ["./:all:.:name:.jimage" :image] + ["./:all:/:name:.jimage" :image] [":sys:/:all:.jimage" :image] [":sys:/:all:/:name:.jimage" :image] [":all:" :source]])