summaryrefslogtreecommitdiff
path: root/xib_env
diff options
context:
space:
mode:
Diffstat (limited to 'xib_env')
-rwxr-xr-xxib_env5
1 files changed, 5 insertions, 0 deletions
diff --git a/xib_env b/xib_env
index d010c87..3767212 100755
--- a/xib_env
+++ b/xib_env
@@ -18,3 +18,8 @@ export BUILDFILES_GIT_REPO="https://xi.davidovski.xyz/git/buildfiles.git"
export INSTALLED_PACKAGES="$XIB_CHROOT/installed"
export BUILD_PROFILE=$XIB_DIR/build_profile
+
+if [ -d ${DEVELOPMENT_BUILDFILES} ]; then
+ export XIB_BUILDFILES=$DEVELOPMENT_BUILDFILES
+fi
+