mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Create pkg repo directory before copy
This commit is contained in:
parent
651f440cee
commit
9d8dacc238
@ -1076,6 +1076,8 @@ clone_to_staging_area() {
|
||||
-X ${_exclude_files} \
|
||||
.
|
||||
|
||||
mkdir -p ${STAGE_CHROOT_DIR}${PKG_REPO_PATH} >/dev/null 2>&1
|
||||
|
||||
# Create repo and repo-devel packages
|
||||
cp -f ${STAGE_CHROOT_DIR}${PRODUCT_SHARE_DIR}/${PRODUCT_NAME}-repo.conf \
|
||||
${STAGE_CHROOT_DIR}${PKG_REPO_PATH}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user