summaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 532da62..9503a8c 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -21,10 +21,10 @@ export TT_SYSROOT=$BOOTSTRAP/root
export TT_TARGET=$TARGET
# Fetch sources required for a bootstrap
-./treetap fetch sources/busybox.spec
-./treetap fetch sources/linux.spec
-./treetap fetch sources/llvm.spec
-./treetap fetch sources/musl.spec
+./treetap fetch sources/busybox/busybox.spec
+./treetap fetch sources/linux/linux.spec
+./treetap fetch sources/llvm/llvm.spec
+./treetap fetch sources/musl/musl.spec
# Simplified filesystem heirarchy with symlinks for compatibility
mkdir -p $BOOTSTRAP/root/{bin,boot/EFI/BOOT,dev,etc,home,lib,proc,run,sys,tmp,usr/{include,share},var/{cache,lib,log,spool,tmp}}