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