mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-02 13:53:01 +02:00
package: landing: Create target directory before copying files
The directory may not exist in parallel builds
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user