From a06f3a382318e4cbc1bec49b923ef1b4f1e2a493 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 12 Jul 2010 10:08:16 +0200 Subject: [PATCH] Don't use --add when defining glibc.ports-repo --- fedora/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora/Makefile b/fedora/Makefile index 0de99b4c39c..e09c369c022 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 -- 2.47.2