summaryrefslogtreecommitdiffstats
path: root/scripts/lib/ptxd_lib_template.sh
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-10-04 11:21:15 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-10-04 11:22:49 +0200
commit4efc90d668fd7fc2c446b488cd53f76a18af298c (patch)
tree5e03896dac00bd575a3bad87e44646e31f9022d1 /scripts/lib/ptxd_lib_template.sh
parentdee1c75ae10c776b7ac68cc851b4804f37f84af2 (diff)
downloadptxdist-4efc90d668fd7fc2c446b488cd53f76a18af298c.tar.gz
ptxdist-4efc90d668fd7fc2c446b488cd53f76a18af298c.tar.xz
ptxd_template_new_image_tgz: fix filename
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'scripts/lib/ptxd_lib_template.sh')
-rw-r--r--scripts/lib/ptxd_lib_template.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/lib/ptxd_lib_template.sh b/scripts/lib/ptxd_lib_template.sh
index b4d8ff0d8..48cb62106 100644
--- a/scripts/lib/ptxd_lib_template.sh
+++ b/scripts/lib/ptxd_lib_template.sh
@@ -399,6 +399,7 @@ ptxd_template_new_image_tgz() {
ptxd_template_read_author &&
ptxd_template_read "add packages" PACKAGES '$(PTX_PACKAGES_INSTALL)'
ptxd_template_read "add files" FILES
+ package_filename="${package_filename}-tgz"
ptxd_template_write_platform_rules
}
export -f ptxd_template_new_image_tgz