Disable FILES_DIR for further testing

This commit is contained in:
2026-05-21 22:37:05 -04:00
parent c9e99f3a8a
commit a5705ce83c

View File

@@ -704,11 +704,11 @@ from_source() {
./scripts/feeds install -a -f ./scripts/feeds install -a -f
# Apply custom files overlay for source builds. # Apply custom files overlay for source builds.
execute rm -rf "$BUILD_DIR/files" # execute rm -rf "$BUILD_DIR/files"
if [[ -d "$FILES_DIR" ]]; then # if [[ -d "$FILES_DIR" ]]; then
execute mkdir -p "$BUILD_DIR/files" # execute mkdir -p "$BUILD_DIR/files"
execute rsync -a "$FILES_DIR/" "$BUILD_DIR/files/" # execute rsync -a "$FILES_DIR/" "$BUILD_DIR/files/"
fi # fi
# Add custom packages # Add custom packages
for pkg in $PACKAGES; do for pkg in $PACKAGES; do