summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/lib/ptxd_make_image_prepare_work_dir.sh2
-rw-r--r--scripts/lib/ptxd_make_xpkg_pkg.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/lib/ptxd_make_image_prepare_work_dir.sh b/scripts/lib/ptxd_make_image_prepare_work_dir.sh
index ca75ba0e2..3e8323e63 100644
--- a/scripts/lib/ptxd_make_image_prepare_work_dir.sh
+++ b/scripts/lib/ptxd_make_image_prepare_work_dir.sh
@@ -36,7 +36,7 @@ ptxd_make_image_extract_xpkg_files() {
"${PTXDIST_WORKSPACE}/projectroot${PTXDIST_PLATFORMSUFFIX}${src}" \
"${PTXDIST_WORKSPACE}/projectroot${src}${PTXDIST_PLATFORMSUFFIX}" \
"${PTXDIST_WORKSPACE}/projectroot${src}" \
- "${PTXDIST_TOPDIR}//projectroot${src}" \
+ "${PTXDIST_TOPDIR}/projectroot${src}" \
)
if ! ptxd_get_path "${list[@]}"; then
diff --git a/scripts/lib/ptxd_make_xpkg_pkg.sh b/scripts/lib/ptxd_make_xpkg_pkg.sh
index 250075cfb..ae4c12f46 100644
--- a/scripts/lib/ptxd_make_xpkg_pkg.sh
+++ b/scripts/lib/ptxd_make_xpkg_pkg.sh
@@ -145,7 +145,7 @@ ptxd_install_setup_src() {
"${PTXDIST_PLATFORMCONFIGDIR}/projectroot${src}${PTXDIST_PLATFORMSUFFIX}" \
"${PTXDIST_WORKSPACE}/projectroot${src}" \
"${PTXDIST_PLATFORMCONFIGDIR}/projectroot${src}" \
- "${PTXDIST_TOPDIR}//projectroot${src}" \
+ "${PTXDIST_TOPDIR}/projectroot${src}" \
"${pkg_pkg_dir:+${pkg_pkg_dir}${src}}" \
"${pkg_dir:+${pkg_dir}${src}}" \
)