package: landing: Create target directory before copying files

The directory may not exist in parallel builds
This commit is contained in:
Mattias Walström
2025-05-12 08:39:52 +02:00
parent 6277aaedcd
commit 2848cd62bc
+1
View File
@@ -11,6 +11,7 @@ LANDING_LICENSE = ISC
LANDING_LICENSE_FILES = LICENSE
define LANDING_INSTALL_TARGET_CMDS
mkdir -p $(TARGET_DIR)/usr/html/
cp $(@D)/*.html $(TARGET_DIR)/usr/html/
cp $(@D)/*.png $(TARGET_DIR)/usr/html/
endef