summaryrefslogtreecommitdiffstats
path: root/rules/ltp-template.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2008-04-18 21:52:42 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2008-04-18 21:52:42 +0000
commite2b00a562511ca70b7720e2c176faf7a00aaab99 (patch)
tree13e40e19e578a341f131441dbb2a669f5c9ac542 /rules/ltp-template.make
parent1efe3f4902ffda4b48ddf89e1cbff18f4524b66a (diff)
downloadptxdist-e2b00a562511ca70b7720e2c176faf7a00aaab99.tar.gz
ptxdist-e2b00a562511ca70b7720e2c176faf7a00aaab99.tar.xz
* ltp: more LTP_BASE fixups
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8085 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/ltp-template.make')
-rw-r--r--rules/ltp-template.make8
1 files changed, 4 insertions, 4 deletions
diff --git a/rules/ltp-template.make b/rules/ltp-template.make
index 2ee592e41..8873b10c2 100644
--- a/rules/ltp-template.make
+++ b/rules/ltp-template.make
@@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_LTP_TEMPLATE) += ltp-template
#
# Paths and names
#
-LTP_TEMPLATE_VERSION = $(LTP_VERSION)
-LTP_TEMPLATE = ltp-template-$(LTP_VERSION)
+LTP_TEMPLATE_VERSION = $(LTP_BASE_VERSION)
+LTP_TEMPLATE = ltp-template-$(LTP_BASE_VERSION)
LTP_TEMPLATE_PKGDIR = $(PKGDIR)/$(LTP_TEMPLATE)
# ----------------------------------------------------------------------------
@@ -88,7 +88,7 @@ $(STATEDIR)/ltp-template.targetinstall:
@$(call install_init, ltp-template)
@$(call install_fixup, ltp-template,PACKAGE,ltp-template)
@$(call install_fixup, ltp-template,PRIORITY,optional)
- @$(call install_fixup, ltp-template,VERSION,$(LTP_VERSION))
+ @$(call install_fixup, ltp-template,VERSION,$(LTP_BASE_VERSION))
@$(call install_fixup, ltp-template,SECTION,base)
@$(call install_fixup, ltp-template,AUTHOR,"Robert Schwebel <r.schwebel\@pengutronix.de>")
@$(call install_fixup, ltp-template,DEPENDS,)
@@ -96,7 +96,7 @@ $(STATEDIR)/ltp-template.targetinstall:
@for file in `find $(LTP_TEMPLATE_PKGDIR)/bin -type f`; do \
PER=`stat -c "%a" $$file` \
- $(call install_copy, ltp-template, 0, 0, $$PER, $$file, $(LTP_BIN_DIR)/$$file); \
+ $(call install_copy, ltp-template, 0, 0, $$PER, $$file, $(LTP_BASE_BIN_DIR)/$$file); \
done