summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2010-02-18 18:57:25 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-03-03 09:07:39 +0100
commit3f70305c7545332121aec6b2b8723c188cad596a (patch)
tree1ac5dac3753acc5075c7ec1b0b8be766303266b3 /bin
parente111a2d98bdb36ed28a19bcca1a9d19f7388ec51 (diff)
downloadptxdist-3f70305c7545332121aec6b2b8723c188cad596a.tar.gz
ptxdist-3f70305c7545332121aec6b2b8723c188cad596a.tar.xz
[template-target] rename files
This patch renames the templates from: - template-{in,make} into - template-target-{in,make} to match the "action" in "ptxdist newpackage $action". Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ptxdist2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ptxdist b/bin/ptxdist
index c7deb5cdb..ff5a68a6c 100755
--- a/bin/ptxdist
+++ b/bin/ptxdist
@@ -973,7 +973,7 @@ newpackage() {
case "${action}" in
target)
- template=template
+ template=template-target
;;
host)
template=template-class