summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/lib/ptxd_make_world_extract.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/ptxd_make_world_extract.sh b/scripts/lib/ptxd_make_world_extract.sh
index 6f05a79bf..d3e401e09 100644
--- a/scripts/lib/ptxd_make_world_extract.sh
+++ b/scripts/lib/ptxd_make_world_extract.sh
@@ -23,7 +23,7 @@ ptxd_make_world_extract() {
case "${pkg_url}" in
file://*)
local url="${pkg_url//file:\/\//}"
- if [ -n "${packet_source}" ]; then
+ if [ -n "${pkg_src}" ]; then
ptxd_bailout "<PKG>_SOURCE must not be defined when using a file:// URL!"
fi
if [ -d "${url}" ]; then