summaryrefslogtreecommitdiffstats
path: root/rules/ltp-base.make
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2009-02-13 15:48:42 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2009-02-13 15:48:42 +0000
commit28c2034241db9bc6376cd66cb12c71a60c1cf0d2 (patch)
tree792312ad87926fcdcaac9b45d8b6b8719cf8281c /rules/ltp-base.make
parent28762155f70aed646ad5535c2a638c83c99b3a7e (diff)
downloadptxdist-28c2034241db9bc6376cd66cb12c71a60c1cf0d2.tar.gz
ptxdist-28c2034241db9bc6376cd66cb12c71a60c1cf0d2.tar.xz
* ltp: Typo in ipkg name fixed
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9774 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/ltp-base.make')
-rw-r--r--rules/ltp-base.make6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/ltp-base.make b/rules/ltp-base.make
index b8fc903df..88c2c83c2 100644
--- a/rules/ltp-base.make
+++ b/rules/ltp-base.make
@@ -107,14 +107,14 @@ $(STATEDIR)/ltp_base.targetinstall:
# some tools are mandatory
# a useful tool to control processes that run amok (not really yet)
- $(call install_copy, install_copy, 0, 0, 0755, \
+ $(call install_copy, ltp_base, 0, 0, 0755, \
$(LTP_BASE_DIR)/pan/pan \
/usr/sbin/pan)
@cd $(LTP_BASE_DIR)/testcases; \
for file in `find bin -type f`; do \
PER=`stat -c "%a" $$file` \
- $(call install_copy, install_copy, 0, 0, $$PER, \
+ $(call install_copy, ltp_base, 0, 0, $$PER, \
$$file, \
/home/testcases/$$file) \
done
@@ -123,7 +123,7 @@ $(STATEDIR)/ltp_base.targetinstall:
@cd $(LTP_BASE_DIR)/testcases; \
for file in `find bin/dumpdir -type f`; do \
PER=`stat -c "%a" $$file` \
- $(call install_copy, install_copy, 0, 0, $$PER, \
+ $(call install_copy, ltp_base, 0, 0, $$PER, \
$$file, \
/home/testcases/$$file) \
done