summaryrefslogtreecommitdiffstats
path: root/scripts/lib/ptxd_make_world_license.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lib/ptxd_make_world_license.sh')
-rw-r--r--scripts/lib/ptxd_make_world_license.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/ptxd_make_world_license.sh b/scripts/lib/ptxd_make_world_license.sh
index 4f0a04922..c08829de0 100644
--- a/scripts/lib/ptxd_make_world_license.sh
+++ b/scripts/lib/ptxd_make_world_license.sh
@@ -566,7 +566,7 @@ ptxd_make_world_release() {
if [[ "${pkg_url}" =~ "file://" ]]; then
echo "Note: this package has BSP internal source code" > "${pkg_release_dir}/source"
else
- if [[ "${pkg_url}" =~ "lndir://${PTXDIST_WORKSPACE}" ]]; then
+ if [[ "${pkg_url}" =~ "lndir://" ]]; then
echo "Note: this package has BSP internal source code" > "${pkg_release_dir}/source"
else
echo "Warning: direct/plain sources outside the BSP are unsupported!" > "${pkg_release_dir}/source"