Disable FILES_DIR for further testing
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user