summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-03-03 20:38:56 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-03-21 10:28:00 +0100
commit655c660a5fca7fad72d5ea7dc8c87105a045d139 (patch)
tree678fa8134d0e9c8d62e324a8be8e450f6610a56e
parenta04ae278523ff025b36ddd33705e02f4624fe8d2 (diff)
downloadptxdist-655c660a5fca7fad72d5ea7dc8c87105a045d139.tar.gz
ptxdist-655c660a5fca7fad72d5ea7dc8c87105a045d139.tar.xz
ptxd_make_world_extract: fix typo
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-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