mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
Make sure the necessary directories exist.
This commit is contained in:
parent
728164e5f7
commit
ec2faf7df9
@ -29,6 +29,9 @@ sed-source: $(DL_DIR)/$(SED_SOURCE)
|
|||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
$(SED_DIR1)/.unpacked: $(DL_DIR)/$(SED_SOURCE)
|
$(SED_DIR1)/.unpacked: $(DL_DIR)/$(SED_SOURCE)
|
||||||
|
mkdir -p $(TOOL_BUILD_DIR)
|
||||||
|
mkdir -p $(DL_DIR)
|
||||||
|
mkdir -p $(STAGING_DIR)/bin;
|
||||||
$(SED_CAT) $(DL_DIR)/$(SED_SOURCE) | tar -C $(TOOL_BUILD_DIR) -xvf -
|
$(SED_CAT) $(DL_DIR)/$(SED_SOURCE) | tar -C $(TOOL_BUILD_DIR) -xvf -
|
||||||
touch $(SED_DIR1)/.unpacked
|
touch $(SED_DIR1)/.unpacked
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user