diff options
author | davidovski <david@davidovski.xyz> | 2022-04-17 21:49:01 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-04-17 21:49:01 +0100 |
commit | d5022ffb57247496d9190c6fcba94d74ed3e6fd2 (patch) | |
tree | 6aee11b6def01659ba92ecde275fb071bad3eef7 /xib_env | |
parent | f3eb890b34d7e50727db601e357049a8848fc5ad (diff) |
fixed bootstrap links
Diffstat (limited to 'xib_env')
-rwxr-xr-x | xib_env | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ export INFOCHAR=" ~ " export MAKEFLAGS="-j$(grep "processor" /proc/cpuinfo | wc -l)" -export XIB_DIR="/var/lib/xib" +export XIB_DIR="/xilinux/var/lib/xib" export XIB_BUILDFILES="$XIB_DIR/buildfiles" export XIB_CHROOT="$XIB_DIR/chroot" export XIB_EXPORT="$XIB_DIR/export" |