summaryrefslogtreecommitdiffstats
path: root/rules/grep.make
diff options
context:
space:
mode:
authorLuotao Fu <l.fu@pengutronix.de>2008-10-30 12:49:18 +0000
committerLuotao Fu <l.fu@pengutronix.de>2008-10-30 12:49:18 +0000
commitb7acd82c4bb3f68446fde401d6806ce74200b0eb (patch)
tree094bad88c25cabd6c90e8447507cb7c73e9f9466 /rules/grep.make
parent463ba5f226492467029c14d819e2c286a859283e (diff)
downloadptxdist-b7acd82c4bb3f68446fde401d6806ce74200b0eb.tar.gz
ptxdist-b7acd82c4bb3f68446fde401d6806ce74200b0eb.tar.xz
* fixed URL and author info for grep
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8997 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/grep.make')
-rw-r--r--rules/grep.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/grep.make b/rules/grep.make
index 39a4ae9ee..b5100fda2 100644
--- a/rules/grep.make
+++ b/rules/grep.make
@@ -20,7 +20,7 @@ PACKAGES-$(PTXCONF_GREP) += grep
GREP_VERSION := 2.5.3
GREP := grep-$(GREP_VERSION)
GREP_SUFFIX := tar.bz2
-GREP_URL := http://www.de-mirrors.de/gnuftp/grep//$(GREP).$(GREP_SUFFIX)
+GREP_URL := $(PTXCONF_SETUP_GNUMIRROR)/grep/$(GREP).$(GREP_SUFFIX)
GREP_SOURCE := $(SRCDIR)/$(GREP).$(GREP_SUFFIX)
GREP_DIR := $(BUILDDIR)/$(GREP)
@@ -93,7 +93,7 @@ $(STATEDIR)/grep.targetinstall:
@$(call install_fixup, grep,PRIORITY,optional)
@$(call install_fixup, grep,VERSION,$(GREP_VERSION))
@$(call install_fixup, grep,SECTION,base)
- @$(call install_fixup, grep,AUTHOR,"Luotao Fu <l.fu@pengutronix.de> <your@email.please>")
+ @$(call install_fixup, grep,AUTHOR,"Luotao Fu <l.fu\@pengutronix.de>")
@$(call install_fixup, grep,DEPENDS,)
@$(call install_fixup, grep,DESCRIPTION,missing)