summaryrefslogtreecommitdiffstats
path: root/rules/ltp-pounder21.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-pounder21.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-pounder21.make')
-rw-r--r--rules/ltp-pounder21.make8
1 files changed, 4 insertions, 4 deletions
diff --git a/rules/ltp-pounder21.make b/rules/ltp-pounder21.make
index e987cb3f8..d9dd73eed 100644
--- a/rules/ltp-pounder21.make
+++ b/rules/ltp-pounder21.make
@@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_LTP_POUNDER21) += ltp-pounder21
#
# Paths and names
#
-LTP_POUNDER21_VERSION = $(LTP_VERSION)
-LTP_POUNDER21 = ltp-pounder21-$(LTP_VERSION)
+LTP_POUNDER21_VERSION = $(LTP_BASE_VERSION)
+LTP_POUNDER21 = ltp-pounder21-$(LTP_BASE_VERSION)
LTP_POUNDER21_PKGDIR = $(PKGDIR)/$(LTP_POUNDER21)
# ----------------------------------------------------------------------------
@@ -88,7 +88,7 @@ $(STATEDIR)/ltp-pounder21.targetinstall:
@$(call install_init, ltp-pounder21)
@$(call install_fixup, ltp-pounder21,PACKAGE,ltp-pounder21)
@$(call install_fixup, ltp-pounder21,PRIORITY,optional)
- @$(call install_fixup, ltp-pounder21,VERSION,$(LTP_VERSION))
+ @$(call install_fixup, ltp-pounder21,VERSION,$(LTP_BASE_VERSION))
@$(call install_fixup, ltp-pounder21,SECTION,base)
@$(call install_fixup, ltp-pounder21,AUTHOR,"Robert Schwebel <r.schwebel\@pengutronix.de>")
@$(call install_fixup, ltp-pounder21,DEPENDS,)
@@ -96,7 +96,7 @@ $(STATEDIR)/ltp-pounder21.targetinstall:
@for file in `find $(LTP_POUNDER21_PKGDIR)/bin -type f`; do \
PER=`stat -c "%a" $$file` \
- $(call install_copy, ltp-pounder21, 0, 0, $$PER, $$file, $(LTP_BIN_DIR)/$$file); \
+ $(call install_copy, ltp-pounder21, 0, 0, $$PER, $$file, $(LTP_BASE_BIN_DIR)/$$file); \
done