summaryrefslogtreecommitdiffstats
path: root/rules/bonniexx.make
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2005-03-15 13:25:39 +0000
committerSascha Hauer <s.hauer@pengutronix.de>2005-03-15 13:25:39 +0000
commit8df7980784e9190cd3f6bccd094ca212010c9c12 (patch)
tree5add1561f52ca320db8eac79d13bac8a85541c9b /rules/bonniexx.make
parent4d8dcb8fefb9a9eee61c4d3e7d7718ddad94bbfa (diff)
downloadptxdist-8df7980784e9190cd3f6bccd094ca212010c9c12.tar.gz
ptxdist-8df7980784e9190cd3f6bccd094ca212010c9c12.tar.xz
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@2346 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/bonniexx.make')
-rw-r--r--rules/bonniexx.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/bonniexx.make b/rules/bonniexx.make
index 24e214c15..407807152 100644
--- a/rules/bonniexx.make
+++ b/rules/bonniexx.make
@@ -20,7 +20,7 @@ endif
# Paths and names
#
BONNIEXX_VERSION = 1.03a
-BONNIEXX = bonniexx-$(BONNIEXX_VERSION)
+BONNIEXX = bonnie++-$(BONNIEXX_VERSION)
BONNIEXX_SUFFIX = tgz
BONNIEXX_URL = http://www.coker.com.au/bonniexx/$(BONNIEXX).$(BONNIEXX_SUFFIX)
BONNIEXX_SOURCE = $(SRCDIR)/$(BONNIEXX).$(BONNIEXX_SUFFIX)
@@ -124,7 +124,7 @@ bonniexx_targetinstall_deps = $(STATEDIR)/bonniexx.compile
$(STATEDIR)/bonniexx.targetinstall: $(bonniexx_targetinstall_deps)
@$(call targetinfo, $@)
- $(call copy_root, 0, 0, 0644, $(BONNIEXX_DIR)/bonniexx,/usr/bin/bonniexx)
+ $(call copy_root, 0, 0, 0644, $(BONNIEXX_DIR)/bonnie++,/usr/bin/bonnie++)
touch $@
# ----------------------------------------------------------------------------