summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2010-07-12 10:08:16 +0200
committerAndreas Schwab <schwab@redhat.com>2010-07-12 10:08:16 +0200
commita06f3a382318e4cbc1bec49b923ef1b4f1e2a493 (patch)
tree55e14f99a59773bfbbd5a0899de7a41feeea6444
parent2e091b008b3e097045b3b48bb39e5642f75965df (diff)
Don't use --add when defining glibc.ports-repo
-rw-r--r--fedora/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/fedora/Makefile b/fedora/Makefile
index 0de99b4c39..e09c369c02 100644
--- a/fedora/Makefile
+++ b/fedora/Makefile
@@ -22,7 +22,7 @@ ports-repo := $(call gitconf,glibc.ports-repo)
ifndef ports-repo
$(error \
You need a glibc-ports repository! \
-Get one and do: "git config --add glibc.ports-repo ~/DIR/.git" \
+Get one and do: "git config glibc.ports-repo GLIBC_PORTS.git" \
)
endif