summaryrefslogtreecommitdiff
path: root/src/make_tools.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/make_tools.sh')
-rwxr-xr-xsrc/make_tools.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/make_tools.sh b/src/make_tools.sh
index 8fc5f69..5dc1f02 100755
--- a/src/make_tools.sh
+++ b/src/make_tools.sh
@@ -1,9 +1,9 @@
#!/bin/sh
# A small script to generate the chroot environment where building will take place
-export WORKING_DIR="/var/xilinux/xib"
+export WORKING_DIR="/var/lib/xib"
BUILDFILES_REPO_URL="https://xi.davidovski.xyz/git/buildfiles.git"
-export SYSTEM_DIR="$WORKING_DIR/system"
+export SYSTEM_DIR="$WORKING_DIR/chroot"
TOOL_DIR="$SYSTEM_DIR/tools"
SOURCES="$SYSTEM_DIR/sources"