summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2010-08-02 08:31:57 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-08-02 08:31:57 +0200
commit4f1832d9a178062b23feec138e6c548665e66da3 (patch)
treedd703b39a66126b5e708d7c4af4da3d1005708d3
parentc289b0df465599eb69ef36b4d43d39512a2d87b2 (diff)
downloadptxdist-next/extract_cleanup.tar.gz
ptxdist-next/extract_cleanup.tar.xz
[ptxd_make_world_extract] fix mkdirnext/extract_cleanup
This fixes an error introduced in commit "0dbd7c1caad8dcc57e76caa05d5791f4fae238d4". Signed-off-by: Marc Kleine-Budde <mkl@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 f8431d082..dc6bb878d 100644
--- a/scripts/lib/ptxd_make_world_extract.sh
+++ b/scripts/lib/ptxd_make_world_extract.sh
@@ -36,7 +36,7 @@ ptxd_make_world_extract() {
;;
esac
- mkdir -p "${dest}" || return
+ mkdir -p "${pkg_extract_dir}" || return
echo "\
extract: pkg_src=$(ptxd_print_path ${pkg_src})