# HG changeset patch # User Richard Westhaver # Date 1721536831 14400 # Node ID b8fa25450726f550bc39a0b4b8ba65c7f847ac42 # Parent 05a9e5c553f3181a4d8b5140514ef39f14da66eb tweak diff -r 05a9e5c553f3 -r b8fa25450726 skelfile --- a/skelfile Sun Jul 21 00:22:53 2024 -0400 +++ b/skelfile Sun Jul 21 00:40:31 2024 -0400 @@ -24,7 +24,7 @@ (home (src) #$hg clone https://vc.compiler.company/comp/home .stash/src/home$#) (core (src) #$hg clone https://vc.compiler.company/comp/core .stash/src/core$#) (packy-repos (src) #$cd .stash/tmp && curl -O https://packy.compiler.company/src/packy.tar.zst && \ - unzstd packy.tar.zst && tar -xf packy.tar -C src/packy && \ + unzstd packy.tar.zst && tar -xf packy.tar -C ../src/ && \ rm -rf packy.tar$#) ;; containers (archlinux () #$podman build -f .stash/src/pod/Containerfile.archlinux . -t localhost/archlinux$#)