Skip to content

Commit 2848cd6

Browse files
committed
package: landing: Create target directory before copying files
The directory may not exist in parallel builds
1 parent 6277aae commit 2848cd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package/landing/landing.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ LANDING_LICENSE = ISC
1111
LANDING_LICENSE_FILES = LICENSE
1212

1313
define LANDING_INSTALL_TARGET_CMDS
14+
mkdir -p $(TARGET_DIR)/usr/html/
1415
cp $(@D)/*.html $(TARGET_DIR)/usr/html/
1516
cp $(@D)/*.png $(TARGET_DIR)/usr/html/
1617
endef

0 commit comments

Comments
 (0)