summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-03-03 11:11:55 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-03-07 14:19:42 +0100
commit0537557ae85c297bf7f60039cf9560dc45bfb4e5 (patch)
treeadc81a36f395ab6996538ef2940918e7414a6695 /scripts
parent60de2541d619ad4626b324c42a9dbe81d8045fb3 (diff)
downloadptxdist-0537557ae85c297bf7f60039cf9560dc45bfb4e5.tar.gz
ptxdist-0537557ae85c297bf7f60039cf9560dc45bfb4e5.tar.xz
templates: remove fancy version magic
It confuses most people and is rarely used. It's just templates, so if someone needs something like that, it can be added to the generated rules. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/lib/ptxd_lib_template.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/ptxd_lib_template.sh b/scripts/lib/ptxd_lib_template.sh
index 48cb62106..5204b3aa5 100644
--- a/scripts/lib/ptxd_lib_template.sh
+++ b/scripts/lib/ptxd_lib_template.sh
@@ -178,7 +178,7 @@ ptxd_template_write_platform_rules() {
export -f ptxd_template_write_rules
ptxd_template_write_src() {
- local dst="${PTXDIST_WORKSPACE}/local_src/${package}${VERSION:+-${VERSION}}"
+ local dst="${PTXDIST_WORKSPACE}/local_src/${package}"
if [ -d "${dst}" ]; then
return