From 80f58f5236cf61edd0df3d0d96fb99e699b8d2da Mon Sep 17 00:00:00 2001 From: Jon Charnas Date: Wed, 6 Dec 2023 00:02:04 +0100 Subject: [PATCH] Removing obsolete cp command. --- rebuild.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/rebuild.sh b/rebuild.sh index 844fd56..d35ba28 100755 --- a/rebuild.sh +++ b/rebuild.sh @@ -60,7 +60,6 @@ rm -rf "userpatches" cd "$ROOT_DIR" cp -r "userpatches" "${BUILD_DIR}" cp armbian/customize-image-"${VERSION}".sh "${BUILD_DIR}"/userpatches/customize-image.sh -cp -r armbian/install_components/ "${BUILD_DIR}"/userpatches/install_components/ cp armbian/recore.csc "${BUILD_DIR}"/config/boards rm -f "${BUILD_DIR}/patch/u-boot/u-boot-sunxi/allwinner-boot-splash.patch"