summaryrefslogtreecommitdiffstats
path: root/scripts/lib/ptxd_make_world_extract.sh
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2010-07-27 00:33:18 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-08-02 07:49:56 +0200
commite7be71a0559d69c5e871a2bcbaa349dd8fc14ab6 (patch)
tree87915aee6a47f48567515eb4a2c2efcb7e144826 /scripts/lib/ptxd_make_world_extract.sh
parent66d6c53a2e416ad2411743eab2286508f2f59fdb (diff)
downloadptxdist-e7be71a0559d69c5e871a2bcbaa349dd8fc14ab6.tar.gz
ptxdist-e7be71a0559d69c5e871a2bcbaa349dd8fc14ab6.tar.xz
[ptxd_make_world_extract] rename function to ptxd_make_world_extract
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'scripts/lib/ptxd_make_world_extract.sh')
-rw-r--r--scripts/lib/ptxd_make_world_extract.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/lib/ptxd_make_world_extract.sh b/scripts/lib/ptxd_make_world_extract.sh
index 3017cfdd4..9f9c22344 100644
--- a/scripts/lib/ptxd_make_world_extract.sh
+++ b/scripts/lib/ptxd_make_world_extract.sh
@@ -8,9 +8,9 @@
#
#
-# ptxd_make_extract
+# ptxd_make_world_extract
#
-ptxd_make_extract() {
+ptxd_make_world_extract() {
ptxd_make_world_init || return
pkg_extract_dir="${pkg_deprecated_extract_dir:-${pkg_extract_dir}}"
@@ -53,4 +53,4 @@ ptxd_make_extract() {
ptxd_make_extract_archive "${pkg_src}" "${pkg_extract_dir}"
}
-export -f ptxd_make_extract
+export -f ptxd_make_world_extract